Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h35 typedef std::vector<ConstString> ModulePath; typedef
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp148 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1248 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1349 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp774 StringRef ModulePath; member in __anonba06ddfc0411::ModuleSummaryIndexBitcodeReader
5651 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader()
6505 SmallString<128> ModulePath; in parseModuleStringTable() local
6817 StringRef ModulePath, uint64_t ModuleId) { in readSummary()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8353 StringRef ModulePath; in parseFunctionSummary() local
8430 StringRef ModulePath; in parseVariableSummary() local
8489 StringRef ModulePath; in parseAliasSummary() local
9297 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference()