PIPS
comp_sections.c File Reference
#include "all.h"
+ Include dependency graph for comp_sections.c:

Go to the source code of this file.

Functions

bool summary_complementary_sections (const char *module_name)
 {{ includes More...
 
bool complementary_sections (const char *module_name)
 
bool print_code_complementary_sections (const char *module_name)
 

Function Documentation

◆ complementary_sections()

bool complementary_sections ( const char *  module_name)
Parameters
module_nameodule_name

Definition at line 40 of file comp_sections.c.

41 {
43  return(true);
44 }
bool comp_regions(const char *)
}}}
Definition: propagate.c:87
const char * module_name(const char *s)
Return the module part of an entity name.
Definition: entity_names.c:296

References comp_regions(), and module_name().

+ Here is the call graph for this function:

◆ print_code_complementary_sections()

bool print_code_complementary_sections ( const char *  module_name)
Parameters
module_nameodule_name

Definition at line 46 of file comp_sections.c.

47 {
49  return(true);
50 }
bool print_code_comp_regions(const char *)

References module_name(), and print_code_comp_regions().

+ Here is the call graph for this function:

◆ summary_complementary_sections()

bool summary_complementary_sections ( const char *  module_name)

{{ includes

cproto-generated files

}}

omp_global_regions(module_name);

Parameters
module_nameodule_name

Definition at line 31 of file comp_sections.c.

32 {
33  /*comp_global_regions(module_name);*/
34  DB_PUT_MEMORY_RESOURCE(DBR_SUMMARY_COMPSEC,
36  (char*) make_comp_desc_set(NIL));
37  return(true);
38 }
comp_desc_set make_comp_desc_set(list a)
Definition: compsec.c:138
#define NIL
The empty list (nil in Lisp)
Definition: newgen_list.h:47
#define DB_PUT_MEMORY_RESOURCE(res_name, own_name, res_val)
conform to old interface.
Definition: pipsdbm-local.h:66
char * strdup()

References DB_PUT_MEMORY_RESOURCE, make_comp_desc_set(), module_name(), NIL, and strdup().

+ Here is the call graph for this function: