Home
last modified time | relevance | path

Searched refs:DW_TAG_module (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp162 case DW_TAG_module: in LookupDeepestBlock()
388 case DW_TAG_module: in GetContextEntry()
436 case DW_TAG_module: in GetDeclContextImpl()
H A DManualDWARFIndex.cpp199 llvm::dwarf::DW_TAG_module) in IndexUnit()
H A DDWARFASTParserClang.cpp102 if (Parent.Tag() == DW_TAG_module) in IsClangModuleFwdDecl()
117 if (tag == DW_TAG_module) in GetContainingClangModuleDIE()
3411 if (tag == DW_TAG_module) { in GetOwningClangModule()
H A DSymbolFileDWARF.cpp1183 if (module_die.Tag() != DW_TAG_module) in ParseImportedModules()
1195 if (parent_die.Tag() != DW_TAG_module) in ParseImportedModules()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h55 #define DW_TAG_module 0x1e macro
H A Ddwarf_dump.c1475 case DW_TAG_module: in dwarf_get_TAG_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp427 case dwarf::DW_TAG_module: in createElement()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.cpp505 case dwarf::DW_TAG_module: { in addTypePrefix()
H A DDWARFLinkerCompileUnit.cpp144 case dwarf::DW_TAG_module: in analyzeDWARFStructureRec()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp275 Info.Prune &= (Die.getTag() == dwarf::DW_TAG_module) || in updatePruning()
344 if (Current.Die.getTag() == dwarf::DW_TAG_module && in analyzeContextInfo()
2522 dwarf::DW_TAG_module) in hashFullyQualifiedName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1881 case DW_TAG_module: in verifyNameIndexCompleteness()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1314 DIE &MDie = createAndAddDIE(dwarf::DW_TAG_module, *ContextDIE, M); in getOrCreateModule()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1501 : DIScope(Context, DIModuleKind, Storage, dwarf::DW_TAG_module, Ops) { in DIModule()
H A DVerifier.cpp1637 CheckDI(N.getTag() == dwarf::DW_TAG_module, "invalid tag", &N); in visitDIModule()