/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 289 if (auto *M = dyn_cast<DIModule>(this)) in getScope() 306 if (auto *M = dyn_cast<DIModule>(this)) in getName() 1146 DIModule::DIModule(LLVMContext &Context, StorageType Storage, unsigned LineNo, in DIModule() function in DIModule 1150 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *File, in getImpl() 1157 DEFINE_GETIMPL_LOOKUP(DIModule, (File, Scope, Name, ConfigurationMacros, in getImpl() 1161 DEFINE_GETIMPL_STORE(DIModule, (LineNo, IsDecl), Ops); in getImpl()
|
H A D | DIBuilder.cpp | 212 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, DIModule *M, in createImportedModule() 926 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule() 930 return DIModule::get(VMContext, File, getNonCompileUnitScope(Scope), Name, in createModule()
|
H A D | LLVMContextImpl.h | 957 template <> struct MDNodeKeyImpl<DIModule> { 973 MDNodeKeyImpl(const DIModule *N) 980 bool isKeyOf(const DIModule *RHS) const {
|
H A D | DebugInfo.cpp | 202 else if (auto *M = dyn_cast<DIModule>(Entity)) in processCompileUnit() 268 } else if (auto *M = dyn_cast<DIModule>(Scope)) { in processScope() 1086 unwrapDI<DIScope>(Scope), unwrapDI<DIModule>(M), unwrapDI<DIFile>(File), in LLVMDIBuilderCreateImportedModuleFromModule()
|
H A D | AsmWriter.cpp | 2228 static void writeDIModule(raw_ostream &Out, const DIModule *N, in writeDIModule()
|
H A D | Verifier.cpp | 1449 void Verifier::visitDIModule(const DIModule &N) { in visitDIModule()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Metadata.def | 103 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIModule)
|
H A D | DIBuilder.h | 845 DIModule *createModule(DIScope *Scope, StringRef Name, 895 DIImportedEntity *createImportedModule(DIScope *Context, DIModule *M,
|
H A D | DebugInfoMetadata.h | 2360 class DIModule : public DIScope { 2366 DIModule(LLVMContext &Context, StorageType Storage, unsigned LineNo, 2368 ~DIModule() = default; 2370 static DIModule *getImpl(LLVMContext &Context, DIFile *File, DIScope *Scope, 2381 static DIModule *getImpl(LLVMContext &Context, Metadata *File, 2394 DEFINE_MDNODE_GET(DIModule, 2401 DEFINE_MDNODE_GET(DIModule,
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 654 llvm::DIModule *getOrCreateModuleRef(ASTSourceDescriptor Mod, 658 llvm::DIModule *getParentModuleOrNull(const Decl *D);
|
H A D | CGDebugInfo.cpp | 2709 llvm::DIModule *CGDebugInfo::getOrCreateModuleRef(ASTSourceDescriptor Mod, in getOrCreateModuleRef() 2717 return cast<llvm::DIModule>(ModRef->second); in getOrCreateModuleRef() 2795 llvm::DIModule *Parent = in getOrCreateModuleRef() 2800 llvm::DIModule *DIMod = in getOrCreateModuleRef() 3406 llvm::DIModule *CGDebugInfo::getParentModuleOrNull(const Decl *D) { in getParentModuleOrNull()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 238 DIE *getOrCreateModule(const DIModule *M);
|
H A D | DwarfUnit.cpp | 554 if (auto *M = dyn_cast<DIModule>(Context)) in getOrCreateContextDIE() 1122 DIE *DwarfUnit::getOrCreateModule(const DIModule *M) { in getOrCreateModule()
|
H A D | DwarfCompileUnit.cpp | 1278 else if (auto *M = dyn_cast<DIModule>(Entity)) in constructImportedEntityDIE()
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 287 void writeDIModule(const DIModule *N, SmallVectorImpl<uint64_t> &Record, 1600 void DXILBitcodeWriter::writeDIModule(const DIModule *N, in writeDIModule()
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1608 DIModule, in parseOneMetadata()
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 340 void writeDIModule(const DIModule *N, SmallVectorImpl<uint64_t> &Record, 1980 void ModuleBitcodeWriter::writeDIModule(const DIModule *N, in writeDIModule()
|
/openbsd/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5300 Result = GET_OR_DISTINCT(DIModule, (Context, file.Val, scope.Val, name.Val, in parseDIModule()
|