Home
last modified time | relevance | path

Searched defs:ModuleID (Results 1 – 16 of 16) sorted by relevance

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h36 typedef uintptr_t ModuleID; typedef
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h50 struct ModuleID { struct
65 bool operator==(const ModuleID &Other) const { argument
[all...]
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 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 DDependencyScanningTool.cpp121 std::string lookupModuleOutput(const ModuleID &, in getP1689ModuleDependencyFile()
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp685 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 Dtoy.cpp704 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 Dlli.cpp313 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 DAssembler.cpp46 static constexpr const char ModuleID[] = "ExegesisInfoTest"; variable
/llvm-project/llvm/include/llvm/IR/
H A DModule.h194 std::string ModuleID; ///< Human readable identifier for the module global() variable
/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp905 SmallString<64> ModuleID; makeModuleCtorFunction() local
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp93 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 DThinLTOCodeGenerator.cpp363 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 DFrontendActions.cpp1202 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); ExecuteAction() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp269 LLVMModuleCreateWithName(const char * ModuleID) LLVMModuleCreateWithName() argument
273 LLVMModuleCreateWithNameInContext(const char * ModuleID,LLVMContextRef C) LLVMModuleCreateWithNameInContext() argument
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c312 value llvm_create_module(value C, value ModuleID) { in llvm_create_module() argument
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10376 unsigned ModuleID = Lex.getUIntVal(); parseModuleReference() local