Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h49 struct ModuleID { global() struct
64 ContextHashModuleID global() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h36 typedef uintptr_t ModuleID; typedef
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp121 std::string lookupModuleOutput(const ModuleID &, in getP1689ModuleDependencyFile()
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp313 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
329 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h194 std::string ModuleID; ///< Human readable identifier for the module variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp892 SmallString<64> ModuleID; makeModuleCtorFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp91 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
1460 auto ModuleID = BM.getModuleIdentifier(); runThinLTOBackendThread() local
H A DThinLTOCodeGenerator.cpp362 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
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1173 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); ExecuteAction() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp249 LLVMModuleCreateWithName(const char * ModuleID) LLVMModuleCreateWithName() argument
253 LLVMModuleCreateWithNameInContext(const char * ModuleID,LLVMContextRef C) LLVMModuleCreateWithNameInContext() argument
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9927 unsigned ModuleID = Lex.getUIntVal(); parseModuleReference() local