/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 45 struct ModuleID { struct 60 bool operator==(const ModuleID &Other) const { argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.h | 36 typedef uintptr_t ModuleID; typedef
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/tools/lli/ |
H A D | lli.cpp | 319 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 D | Assembler.cpp | 32 static constexpr const char ModuleID[] = "ExegesisInfoTest"; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Module.h | 194 std::string ModuleID; ///< Human readable identifier for the module variable
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTO.cpp | 83 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() 1298 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
|
H A D | ThinLTOCodeGenerator.cpp | 360 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 901 SmallString<64> ModuleID; in makeModuleCtorFunction() local
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 1142 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); in ExecuteAction() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 255 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 D | llvm_ocaml.c | 286 LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 9751 unsigned ModuleID = Lex.getUIntVal(); in parseModuleReference() local
|