/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.def | 104 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIModule)
|
H A D | DIBuilder.h | 886 DIModule *createModule(DIScope *Scope, StringRef Name, 936 DIImportedEntity *createImportedModule(DIScope *Context, DIModule *M,
|
H A D | DebugInfoMetadata.h | 2474 class DIModule : public DIScope { 2478 DIModule(LLVMContext &Context, StorageType Storage, unsigned LineNo, 2480 ~DIModule() = default; 2482 static DIModule *getImpl(LLVMContext &Context, DIFile *File, DIScope *Scope, 2493 static DIModule *getImpl(LLVMContext &Context, Metadata *File, 2506 DEFINE_MDNODE_GET(DIModule, 2513 DEFINE_MDNODE_GET(DIModule,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 360 if (auto *M = dyn_cast<DIModule>(this)) in getScope() 377 if (auto *M = dyn_cast<DIModule>(this)) in getName() 1230 DIModule::DIModule(LLVMContext &Context, StorageType Storage, unsigned LineNo, in DIModule() function in DIModule 1236 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *File, in getImpl() 1243 DEFINE_GETIMPL_LOOKUP(DIModule, (File, Scope, Name, ConfigurationMacros, in getImpl() 1247 DEFINE_GETIMPL_STORE(DIModule, (LineNo, IsDecl), Ops); in getImpl()
|
H A D | DIBuilder.cpp | 196 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, DIModule *M, in createImportedModule() 932 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule() 936 return DIModule::get(VMContext, File, getNonCompileUnitScope(Scope), Name, in createModule()
|
H A D | LLVMContextImpl.h | 979 template <> struct MDNodeKeyImpl<DIModule> { 995 MDNodeKeyImpl(const DIModule *N) 1002 bool isKeyOf(const DIModule *RHS) const {
|
H A D | DebugInfo.cpp | 234 else if (auto *M = dyn_cast<DIModule>(Entity)) in processCompileUnit() 309 } else if (auto *M = dyn_cast<DIModule>(Scope)) { in processScope() 1185 unwrapDI<DIScope>(Scope), unwrapDI<DIModule>(M), unwrapDI<DIFile>(File), in LLVMDIBuilderCreateImportedModuleFromModule()
|
H A D | AsmWriter.cpp | 2373 static void writeDIModule(raw_ostream &Out, const DIModule *N, in writeDIModule()
|
H A D | Verifier.cpp | 1565 void Verifier::visitDIModule(const DIModule &N) { in visitDIModule()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 704 llvm::DIModule *getOrCreateModuleRef(ASTSourceDescriptor Mod, 708 llvm::DIModule *getParentModuleOrNull(const Decl *D);
|
H A D | CGDebugInfo.cpp | 2980 llvm::DIModule *CGDebugInfo::getOrCreateModuleRef(ASTSourceDescriptor Mod, in getOrCreateModuleRef() 2988 return cast<llvm::DIModule>(ModRef->second); in getOrCreateModuleRef() 3066 llvm::DIModule *Parent = in getOrCreateModuleRef() 3071 llvm::DIModule *DIMod = in getOrCreateModuleRef() 3702 llvm::DIModule *CGDebugInfo::getParentModuleOrNull(const Decl *D) { in getParentModuleOrNull()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 252 DIE *getOrCreateModule(const DIModule *M);
|
H A D | DwarfUnit.cpp | 555 if (auto *M = dyn_cast<DIModule>(Context)) in getOrCreateContextDIE() 1156 DIE *DwarfUnit::getOrCreateModule(const DIModule *M) { in getOrCreateModule()
|
H A D | DwarfCompileUnit.cpp | 1355 else if (auto *M = dyn_cast<DIModule>(Entity)) in constructImportedEntityDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 287 void writeDIModule(const DIModule *N, SmallVectorImpl<uint64_t> &Record, 1594 void DXILBitcodeWriter::writeDIModule(const DIModule *N, in writeDIModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1732 DIModule, in parseOneMetadata()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 350 void writeDIModule(const DIModule *N, SmallVectorImpl<uint64_t> &Record, 2116 void ModuleBitcodeWriter::writeDIModule(const DIModule *N, in writeDIModule()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5724 Result = GET_OR_DISTINCT(DIModule, (Context, file.Val, scope.Val, name.Val, in parseDIModule()
|