/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 49 struct ModuleID { global() struct 64 ContextHashModuleID global() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.h | 36 typedef uintptr_t ModuleID; typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningTool.cpp | 121 std::string lookupModuleOutput(const ModuleID &, in getP1689ModuleDependencyFile()
|
/freebsd-src/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 313 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 D | Module.h | 194 std::string ModuleID; ///< Human readable identifier for the module variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 892 SmallString<64> ModuleID; makeModuleCtorFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 91 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 D | ThinLTOCodeGenerator.cpp | 362 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 D | FrontendActions.cpp | 1173 IdentifierInfo *ModuleID = PP.getIdentifierInfo(ModuleName); ExecuteAction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 249 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 D | LLParser.cpp | 9927 unsigned ModuleID = Lex.getUIntVal(); parseModuleReference() local
|