Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp155 case DW_TAG_module: in LookupDeepestBlock()
395 case DW_TAG_module: in GetDeclContextImpl()
H A DManualDWARFIndex.cpp190 llvm::dwarf::DW_TAG_module) in IndexUnit()
H A DDWARFASTParserClang.cpp97 if (Parent.Tag() == DW_TAG_module) in IsClangModuleFwdDecl()
112 if (tag == DW_TAG_module) in GetContainingClangModuleDIE()
3474 if (tag == DW_TAG_module) { in GetOwningClangModule()
H A DSymbolFileDWARF.cpp1185 if (module_die.Tag() != DW_TAG_module) in ParseImportedModules()
1195 if (parent_die.Tag() != DW_TAG_module) in ParseImportedModules()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp60 case dwarf::DW_TAG_module: in getChildDeclContext()
H A DDWARFLinker.cpp264 Info.Prune &= (Die.getTag() == dwarf::DW_TAG_module) || in updatePruning()
333 if (Current.Die.getTag() == dwarf::DW_TAG_module && in analyzeContextInfo()
2385 dwarf::DW_TAG_module) in hashFullyQualifiedName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp293 case dwarf::DW_TAG_module: in isNamespaceLikeEntry()
584 case dwarf::DW_TAG_module: in isTypeTableCandidate()
H A DSyntheticTypeNameBuilder.cpp506 case dwarf::DW_TAG_module: { in addTypePrefix()
H A DDWARFLinkerCompileUnit.cpp147 case dwarf::DW_TAG_module: in analyzeDWARFStructureRec()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1562 case DW_TAG_module: in verifyNameIndexCompleteness()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1130 DIE &MDie = createAndAddDIE(dwarf::DW_TAG_module, *ContextDIE, M); in getOrCreateModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1222 : DIScope(Context, DIModuleKind, Storage, dwarf::DW_TAG_module, Ops) { in DIModule()
H A DVerifier.cpp1522 CheckDI(N.getTag() == dwarf::DW_TAG_module, "invalid tag", &N); in visitDIModule()