Searched defs:debug_aranges (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-aranges.c35 dwarf2_append_arange(yasm_section *debug_aranges, /*@only@*/ yasm_expr *start, argument
45 yasm_bc_finalize(bc, yasm_dwarf2__append_bc(debug_aranges, bc));
50 yasm_section *debug_aranges; /* section to which address ranges go */ member in struct:dwarf2_aranges_info
74 dwarf2_append_arange(info->debug_aranges, start, length,
85 yasm_section *debug_aranges; local
90 debug_aranges =
91 yasm_object_get_general(object, ".debug_aranges",
96 head = yasm_dwarf2__add_head(dbgfmt_dwarf2, debug_aranges, debug_info, 1,
104 yasm_bc_finalize(bc, yasm_dwarf2__append_bc(debug_aranges, bc));
107 info.debug_aranges
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.cpp243 DWARFCompileUnit::buildAddressRangeTable(DWARFDebugAranges *debug_aranges, argument
245 // This function is usually called if there in no .debug_aranges section
253 DieArray[0].buildAddressRangeTable(this, debug_aranges);

Completed in 136 milliseconds