Searched refs:funcinfo (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | dwarf2.c | 132 struct funcinfo *inliner_chain; 195 struct funcinfo *function_table; 728 struct funcinfo struct 1291 struct funcinfo *function, in lookup_address_in_line_info_table() 1425 struct funcinfo* each_func; in lookup_address_in_function_table() 1426 struct funcinfo* best_fit = NULL; in lookup_address_in_function_table() 1468 struct funcinfo* each_func; in lookup_symbol_in_function_table() 1643 struct funcinfo **nested_funcs; in scan_unit_for_symbols() 1659 struct funcinfo *func; in scan_unit_for_symbols() 1843 struct funcinfo **tmp; in scan_unit_for_symbols() [all …]
|
H A D | ChangeLog-2005 | 813 * dwarf2.c (struct funcinfo): Delete nesting_level field. 814 (lookup_address_in_function_table): Delete code to set funcinfo 817 Delete code setting funcinfo nesting_level field. Add code to set 818 funcinfo caller_func field. 2171 (funcinfo): Add file, line, and sec. 2378 (struct funcinfo): Add caller_func, caller_file, caller_line. 2381 from "struct funcinfo *" to "struct comp_unit *". 3686 (struct funcinfo): Replace low/high members with an arange.
|
H A D | ChangeLog-0203 | 9811 * dwarf2.c (struct funcinfo): Move up.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | dwarf2.c | 167 struct funcinfo* function_table; 709 struct funcinfo struct 711 struct funcinfo *prev_func; argument 1222 struct funcinfo *function, in lookup_address_in_line_info_table() 1297 lookup_address_in_function_table (struct funcinfo *table, in lookup_address_in_function_table() 1299 struct funcinfo **function_ptr, in lookup_address_in_function_table() 1302 struct funcinfo* each_func; in lookup_address_in_function_table() 1336 struct funcinfo *func; in scan_unit_for_functions() 1359 bfd_size_type amt = sizeof (struct funcinfo); in scan_unit_for_functions() 1605 struct funcinfo *function; in comp_unit_find_nearest_line()
|
H A D | ChangeLog-0203 | 9811 * dwarf2.c (struct funcinfo): Move up.
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 250 SDAGSwitchLowering(SelectionDAGBuilder *sdb, FunctionLoweringInfo &funcinfo) in SDAGSwitchLowering() argument 251 : SwitchCG::SwitchLowering(funcinfo), SDB(sdb) {} in SDAGSwitchLowering() 293 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder() argument 296 SL(std::make_unique<SDAGSwitchLowering>(this, funcinfo)), FuncInfo(funcinfo), in SelectionDAGBuilder()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 251 SwitchLowering(FunctionLoweringInfo &funcinfo) : FuncInfo(funcinfo) {} in SwitchLowering() argument
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 592 GISelSwitchLowering(IRTranslator *irt, FunctionLoweringInfo &funcinfo) in GISelSwitchLowering() argument 593 : SwitchLowering(funcinfo), IRT(irt) { in GISelSwitchLowering()
|