Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h35 typedef std::vector<ConstString> ModulePath; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1197 const ValueInfo &VI) { in checkVariableImport()
1313 StringRef ModulePath, in dumpImportListForModule()
1340 StringRef ModulePath, in ComputeCrossModuleImportForModuleForTest()
1366 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndexForTest()
1562 StringRef ModulePath, in gatherImportedSummariesForModule()
1603 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles()
1618 StringRef ModulePath, in processImportsFiles()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1404 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath, in emitFiles()
1412 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath, in emitFiles()
1546 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1826 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1843 const std::string &OldPrefix, const std::string &NewPrefix) { in start()
2272 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp162 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp965 StringRef ModulePath; member in __anondf6e26480411::ModuleSummaryIndexBitcodeReader
7142 StringRef ModulePath, std::function<bool(GlobalValue::GUID)> IsPrevailing) in ModuleSummaryIndexBitcodeReader()
8218 SmallString<128> ModulePath; in parseModuleStringTable() local
8526 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, in readSummary()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9708 StringRef ModulePath; in parseFunctionSummary() local
9796 StringRef ModulePath; in parseVariableSummary() local
9855 StringRef ModulePath; in parseAliasSummary() local
10719 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference()