Searched refs:cu_die (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_finish.c62 STAILQ_FOREACH_SAFE(die, &cu->cu_die, die_next, tdie) {
69 STAILQ_REMOVE(&cu->cu_die, die, _Dwarf_Die, die_next);
H A Ddwarf_die.c64 STAILQ_INSERT_TAIL(&cu->cu_die, die, die_next);
148 *caller_ret_die = STAILQ_FIRST(&cu->cu_die);
183 STAILQ_FOREACH(die1, &cu->cu_die, die_next) {
H A Ddwarf_func.c120 STAILQ_FOREACH(die, &cu->cu_die, die_next) {
168 STAILQ_FOREACH(die, &cu->cu_die, die_next) {
H A D_libdwarf.h137 cu_die; /* List of dies. */ member in struct:_Dwarf_CU
H A Ddwarf_dump.c692 STAILQ_FOREACH(die, &cu->cu_die, die_next) {
826 STAILQ_FOREACH(die, &cu->cu_die, die_next)
H A Ddwarf_init.c528 STAILQ_INIT(&cu->cu_die);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp1029 const DWARFDebugInfoEntry *cu_die = cu->GetCompileUnitDIEOnly();
1031 if (cu_die != NULL)
1032 cu_name = cu_die->GetName (dwarf2Data, cu);
H A DSymbolFileDWARF.cpp924 const DWARFDebugInfoEntry * cu_die = dwarf_cu->GetCompileUnitDIEOnly (); local
925 if (cu_die)
927 const char * cu_die_name = cu_die->GetName(this, dwarf_cu);
928 const char * cu_comp_dir = cu_die->GetAttributeValueAsString(this, dwarf_cu, DW_AT_comp_dir, NULL);
929 LanguageType cu_language = (LanguageType)cu_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_language, 0);
1168 const DWARFDebugInfoEntry * cu_die = dwarf_cu->GetCompileUnitDIEOnly(); local
1170 if (cu_die)
1172 const char * cu_comp_dir = cu_die->GetAttributeValueAsString(this, dwarf_cu, DW_AT_comp_dir, NULL);
1173 dw_offset_t stmt_list = cu_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_stmt_list, DW_INVALID_OFFSET);

Completed in 88 milliseconds