Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp674 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport()
783 StringRef ModulePath, in dumpImportListForModule()
800 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule()
819 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex()
969 StringRef ModulePath, in gatherImportedSummariesForModule()
993 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp148 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp1248 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1349 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp979 static void writeEmptyDistributedBuildOutputs(const std::string &ModulePath, in writeEmptyDistributedBuildOutputs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp806 StringRef ModulePath; member in __anon8c0d27130411::ModuleSummaryIndexBitcodeReader
5720 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader()
6574 SmallString<128> ModulePath; in parseModuleStringTable() local
6886 StringRef ModulePath, uint64_t ModuleId) { in readSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8652 StringRef ModulePath; in parseFunctionSummary() local
8729 StringRef ModulePath; in parseVariableSummary() local
8788 StringRef ModulePath; in parseAliasSummary() local
9595 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference()