Home
last modified time | relevance | path

Searched defs:ModulePath (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h35 typedef std::vector<ConstString> ModulePath; typedef
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp636 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport()
745 StringRef ModulePath, in dumpImportListForModule()
762 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule()
781 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex()
977 StringRef ModulePath, in gatherImportedSummariesForModule()
1001 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1189 llvm::StringRef ModulePath, in emitFiles()
1297 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1402 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DModuleSummaryIndex.cpp153 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp991 static void writeEmptyDistributedBuildOutputs(const std::string &ModulePath, in writeEmptyDistributedBuildOutputs()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp902 StringRef ModulePath; member in __anon27c3e5780411::ModuleSummaryIndexBitcodeReader
6569 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader()
7423 SmallString<128> ModulePath; in parseModuleStringTable() local
7730 StringRef ModulePath, uint64_t ModuleId) { in readSummary()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp8487 StringRef ModulePath; in parseFunctionSummary() local
8564 StringRef ModulePath; in parseVariableSummary() local
8623 StringRef ModulePath; in parseAliasSummary() local
9459 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference()