Lines Matching refs:Function
36 class Function; variable
56 void new_src_file(SourceFile *source, int lineno, Function *func = NULL);
57 void new_include_file(SourceFile *source, Function *func);
58 void end_include_file(Function *func);
59 void push_src_files(Function *func);
92 bool read_symbols(Vector<Function*> *functions);
101 …static Function *find_func(char *fname, Vector<Function*> *functions, bool fortran, bool inner_nam…
103 Function *append_Function(Module *module, char *fname);
104 Function *append_Function(Module *module, char *linkerName, uint64_t pc);
105 Function *map_PC_to_func(uint64_t pc, uint64_t &low_pc, Vector<Function*> *functions);
150 Function *createFunction(LoadObject *lo, Module *module, Symbol *sym);