Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h33 struct ModuleID { struct
49 ModuleID ID; argument
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp310 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
326 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp32 static constexpr const char ModuleID[] = "ExegesisInfoTest"; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h193 std::string ModuleID; ///< Human readable identifier for the module variable
/netbsd/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp80 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
1222 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
H A DThinLTOCodeGenerator.cpp331 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp870 SmallString<64> ModuleID; in makeModuleCtorFunction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp247 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
251 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c286 LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp9602 unsigned ModuleID = Lex.getUIntVal(); in parseModuleReference() local