Searched refs:CUDIE (Results 1 - 14 of 14) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_diecu.c44 *result = CUDIE (die->cu);
H A Ddwarf_cu_die.c46 *result = CUDIE (cu);
H A Ddwarf_decl_file.c66 (void) INTUSE(dwarf_getsrclines) (&CUDIE (cu), &lines, &nlines);
H A Ddwarf_getscopes_die.c68 struct Dwarf_Die_Chain cu = { .die = CUDIE (die->cu), .parent = NULL };
H A Ddwarf_func_inline.c99 struct Dwarf_Die_Chain cu = { .die = CUDIE (func->cu), .parent = NULL };
H A Ddwarf_getfuncs.c110 struct Dwarf_Die_Chain chain = { .die = CUDIE (cudie->cu),
H A Ddwarf_getscopevar.c43 return INTUSE(dwarf_getsrcfiles) (&CUDIE (die->cu), files, NULL);
H A Ddwarf_ranges.c133 Dwarf_Die cudie = CUDIE (attr->cu);
H A Ddwarf_aggregate_size.c100 Dwarf_Die cu = CUDIE (die->cu);
H A Ddwarf_entry_breakpoints.c111 Dwarf_Die cudie = CUDIE (die->cu);
H A DlibdwP.h337 #define CUDIE(fromcu) \ macro
722 return CUDIE (cudie->cu).addr == cudie->addr;
756 /* Load and return value of DW_AT_comp_dir from CUDIE. */
H A Ddwarf_getlocation.c631 Dwarf_Die cudie = CUDIE (attr->cu);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp149 const auto *CUDIE = CU->getUnitDIE(); local
150 if (CUDIE == nullptr)
152 unsigned stmtOffset = CUDIE->getAttributeValueAsSectionOffset(
/external/elfutils/src/
H A Dreadelf.c4461 Dwarf_Die cu = CUDIE (p->cu);

Completed in 158 milliseconds