/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.h | 36 typedef uintptr_t ModuleID; typedef
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 50 struct ModuleID { struct 65 bool operator==(const ModuleID &Other) const { argument [all...] |
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITObjectCacheTest.cpp | 29 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 55 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningTool.cpp | 121 std::string lookupModuleOutput(const ModuleID &, in getP1689ModuleDependencyFile()
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy.cpp | 685 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 707 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local 911 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 704 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 726 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local 952 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
|
/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 313 const std::string &ModuleID = M->getModuleIdentifier(); notifyObjectCompiled() local 329 const std::string &ModuleID = M->getModuleIdentifier(); getObject() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Assembler.cpp | 46 static constexpr const char ModuleID[] = "ExegesisInfoTest"; variable
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 194 std::string ModuleID; ///< Human readable identifier for the module global() variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 905 SmallString<64> ModuleID; makeModuleCtorFunction() local
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 93 computeLTOCacheKey(SmallString<40> & Key,const Config & Conf,const ModuleSummaryIndex & Index,StringRef ModuleID,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGlobals,const std::set<GlobalValue::GUID> & CfiFunctionDefs,const std::set<GlobalValue::GUID> & CfiFunctionDecls) computeLTOCacheKey() argument 1476 auto ModuleID = BM.getModuleIdentifier(); runThinLTOBackendThread() local [all...] |
H A D | ThinLTOCodeGenerator.cpp | 363 ModuleCacheEntry(StringRef CachePath,const ModuleSummaryIndex & Index,StringRef ModuleID,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGVSummaries,unsigned OptLevel,bool Freestanding,const TargetMachineBuilder & TMBuilder) ModuleCacheEntry() argument
|
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 1202 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); ExecuteAction() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 269 LLVMModuleCreateWithName(const char * ModuleID) LLVMModuleCreateWithName() argument 273 LLVMModuleCreateWithNameInContext(const char * ModuleID,LLVMContextRef C) LLVMModuleCreateWithNameInContext() argument
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 312 value llvm_create_module(value C, value ModuleID) { in llvm_create_module() argument
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 10376 unsigned ModuleID = Lex.getUIntVal(); parseModuleReference() local
|