Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h45 struct ModuleID { struct
60 bool operator==(const ModuleID &Other) const { argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h36 typedef uintptr_t ModuleID; typedef
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp319 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
335 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp32 static constexpr const char ModuleID[] = "ExegesisInfoTest"; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h194 std::string ModuleID; ///< Human readable identifier for the module variable
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp83 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
1298 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
H A DThinLTOCodeGenerator.cpp360 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp901 SmallString<64> ModuleID; in makeModuleCtorFunction() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp1142 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); in ExecuteAction() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp255 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
259 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c286 LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp9751 unsigned ModuleID = Lex.getUIntVal(); in parseModuleReference() local