Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.h36 typedef uintptr_t ModuleID; typedef
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp28 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
55 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp29 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
56 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local
/external/llvm/tools/lli/
Dlli.cpp257 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
272 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/external/llvm-project/llvm/tools/lli/
Dlli.cpp269 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
285 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
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
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
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
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
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
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
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
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp31 static constexpr const char ModuleID[] = "ExegesisInfoTest"; variable
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp305 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h185 std::string ModuleID; ///< Human readable identifier for the module variable
/external/llvm-project/llvm/include/llvm/IR/
DModule.h193 std::string ModuleID; ///< Human readable identifier for the module variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp74 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
1098 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
DThinLTOCodeGenerator.cpp315 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/external/llvm-project/clang/lib/CodeGen/
DCGCUDANV.cpp737 SmallString<64> ModuleID; in makeModuleCtorFunction() local
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp77 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
1160 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
DThinLTOCodeGenerator.cpp331 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp227 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
/external/llvm/lib/IR/
DCore.cpp214 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
218 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp230 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
234 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c191 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()
/external/llvm-project/llvm/lib/IR/
DCore.cpp232 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
236 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c255 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp8875 unsigned ModuleID = Lex.getUIntVal(); in ParseModuleReference() local

12