Home
last modified time | relevance | path

Searched refs:CUDIE (Results 1 – 24 of 24) sorted by relevance

/external/elfutils/libdw/
Ddwarf_cu_info.c59 *cudie = CUDIE (cu); in dwarf_cu_info()
82 *subdie = CUDIE(split_cu); in dwarf_cu_info()
Ddwarf_get_units.c100 *cudie = CUDIE (next); in dwarf_get_units()
119 *subdie = CUDIE(split_cu); in dwarf_get_units()
DlibdwP.h456 #define CUDIE(fromcu) \ macro
928 return cudie->cu != NULL && CUDIE (cudie->cu).addr == cudie->addr; in is_cudie()
978 Dwarf_Die cu_die = CUDIE(cu); in __libdw_cu_addr_base()
1019 Dwarf_Die cu_die = CUDIE(cu); in str_offsets_base_off()
1113 Dwarf_Die cu_die = CUDIE(cu); in __libdw_cu_ranges_base()
1202 Dwarf_Die cu_die = CUDIE(cu); in __libdw_cu_locs_base()
Ddwarf_diecu.c44 *result = CUDIE (die->cu); in dwarf_diecu()
Ddwarf_cu_die.c46 *result = CUDIE (cu); in dwarf_cu_die()
Ddwarf_hasattr_integrate.c67 Dwarf_Die skel_die = CUDIE (skel_cu); in dwarf_hasattr_integrate()
Ddwarf_getscopes_die.c68 struct Dwarf_Die_Chain cu = { .die = CUDIE (die->cu), .parent = NULL }; in dwarf_getscopes_die()
Ddwarf_decl_file.c66 (void) INTUSE(dwarf_getsrclines) (&CUDIE (cu), &lines, &nlines); in dwarf_decl_file()
Ddwarf_attr_integrate.c67 Dwarf_Die skel_die = CUDIE (skel_cu); in dwarf_attr_integrate()
Ddwarf_func_inline.c99 struct Dwarf_Die_Chain cu = { .die = CUDIE (func->cu), .parent = NULL }; in dwarf_func_inline_instances()
Ddwarf_getsrcfiles.c79 Dwarf_Die skeldie = CUDIE (skel); in dwarf_getsrcfiles()
Ddwarf_getfuncs.c110 struct Dwarf_Die_Chain chain = { .die = CUDIE (cudie->cu), in dwarf_getfuncs()
Dlibdw_find_split_unit.c102 Dwarf_Die cudie = CUDIE (cu); in __libdw_find_split_unit()
Ddwarf_getscopevar.c43 return INTUSE(dwarf_getsrcfiles) (&CUDIE (die->cu), files, NULL); in getfiles()
Ddwarf_entry_breakpoints.c111 Dwarf_Die cudie = CUDIE (die->cu); in dwarf_entry_breakpoints()
Ddwarf_aggregate_size.c102 Dwarf_Die cu = CUDIE (die->cu); in array_size()
Dlibdw_findcu.c182 Dwarf_Die cudie = CUDIE (newp); in __libdw_intern_next_unit()
Ddwarf_getlocation.c692 Dwarf_Die cudie = CUDIE (cu); in __libdw_cu_base_address()
Ddwarf_getsrclines.c1182 Dwarf_Die skeldie = CUDIE (skel); in dwarf_getsrclines()
DChangeLog642 (CUDIE): Use __libdw_first_die_off_from_cu.
2038 * libdwP.h (CUDIE): Use cu_data.
2041 * dwarf_diecu.c: Use CUDIE macro.
2084 (CUDIE): Use it.
2592 * dwarf_entry_breakpoints.c (dwarf_entry_breakpoints): Use CUDIE.
2844 * libdwP.h (CUDIE): New macro.
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp242 auto CUDIE = CU->getUnitDIE(); in dumpDebugLines() local
243 if (!CUDIE) in dumpDebugLines()
246 dwarf::toSectionOffset(CUDIE.find(dwarf::DW_AT_stmt_list))) { in dumpDebugLines()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp156 const auto *CUDIE = CU->getUnitDIE(); in dump() local
157 if (CUDIE == nullptr) in dump()
159 unsigned stmtOffset = CUDIE->getAttributeValueAsSectionOffset( in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1053 if (auto CUDIE = CU->getUnitDIE()) in buildLineToUnitMap() local
1054 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap()
/external/elfutils/src/
Dreadelf.c4791 Dwarf_Die cu = CUDIE (p->cu); in listptr_base()