Home
last modified time | relevance | path

Searched refs:DW_TAG_inheritance (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h53 #define DW_TAG_inheritance 0x1c macro
H A Ddwarf_dump.c1463 case DW_TAG_inheritance: in dwarf_get_TAG_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp47 case dwarf::DW_TAG_inheritance: in createElement()
152 case dwarf::DW_TAG_inheritance: in createElement()
H A DLVCodeViewVisitor.cpp3018 CurrentSymbol->setTag(dwarf::DW_TAG_inheritance); in createElement()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.cpp461 case dwarf::DW_TAG_inheritance: { in addTypePrefix()
H A DDependencyTracker.cpp501 case dwarf::DW_TAG_inheritance: in markDIEEntryAsKeptRec()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp359 return DIDerivedType::get(VMContext, dwarf::DW_TAG_inheritance, "", nullptr, in createInheritance()
H A DDebugInfoMetadata.cpp706 assert(getTag() == dwarf::DW_TAG_inheritance); in getVBPtrOffset()
H A DVerifier.cpp1186 N.getTag() == dwarf::DW_TAG_inheritance || in visitDIDerivedType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1606 if (DT->getTag() == dwarf::DW_TAG_inheritance && DT->isVirtual()) { in constructMemberDIE()
H A DCodeViewDebug.cpp2404 } else if (DDTy->getTag() == dwarf::DW_TAG_inheritance) { in collectClassInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3177 case DW_TAG_inheritance: in ParseChildMembers()
H A DSymbolFileDWARF.cpp1454 case DW_TAG_inheritance: in ClassOrStructIsVirtual()