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.cpp967 const ValueInfo &VI) { in checkVariableImport()
1081 StringRef ModulePath, in dumpImportListForModule()
1105 StringRef ModulePath, in ComputeCrossModuleImportForModuleForTest()
1131 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndexForTest()
1327 StringRef ModulePath, in gatherImportedSummariesForModule()
1350 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1387 llvm::StringRef ModulePath, in emitFiles()
1495 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1603 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp165 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp905 StringRef ModulePath; member in __anoncc7157100411::ModuleSummaryIndexBitcodeReader
6769 StringRef ModulePath, std::function<bool(GlobalValue::GUID)> IsPrevailing) in ModuleSummaryIndexBitcodeReader()
7738 SmallString<128> ModulePath; in parseModuleStringTable() local
8045 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, in readSummary()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8923 StringRef ModulePath; in parseFunctionSummary() local
9010 StringRef ModulePath; in parseVariableSummary() local
9068 StringRef ModulePath; in parseAliasSummary() local
9920 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference()