Searched refs:spec_die (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp285 DWARFDebugInfoEntryMinimal spec_die; local
286 if (spec_die.extractFast(U, &spec_ref)) {
287 if (const char *name = spec_die.getSubroutineName(U))
/freebsd-10.2-release/contrib/gdb/gdb/
H A Ddwarf2read.c2199 struct die_info *spec_die = die_specification (die, cu); local
2223 if (spec_die != NULL)
2225 char *specification_prefix = determine_prefix (spec_die, cu);
3267 struct die_info *spec_die = die_specification (die, cu); local
3273 if (spec_die != NULL)
3275 char *specification_prefix = determine_prefix (spec_die, cu);
4483 struct partial_die_info spec_die; local
4488 read_partial_die (&spec_die, abfd, spec_ptr, cu);
4489 if (spec_die.name)
4491 part_die->name = spec_die
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp1961 const DWARFDebugInfoEntry *spec_die = cu->GetDIEPtr (die_offset);
1962 if (spec_die)
1964 const DWARFDebugInfoEntry *spec_die_decl_ctx_die = spec_die->GetParentDeclContextDIE (dwarf2Data, cu);
H A DSymbolFileDWARF.cpp4759 const DWARFDebugInfoEntry *spec_die = DebugInfo()->GetDIEPtrWithCompileUnitHint (die_offset, &spec_cu); local
4760 const DWARFDebugInfoEntry *spec_die_decl_ctx_die = GetDeclContextDIEContainingDIE (spec_cu, spec_die);
6728 const DWARFDebugInfoEntry* spec_die = DebugInfo()->GetDIEPtr(specification_die_offset, &spec_cu_sp); local
6729 clang::DeclContext *spec_clang_decl_ctx = GetClangDeclContextForDIE (sc, dwarf_cu, spec_die);

Completed in 190 milliseconds