Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h35 typedef std::vector<ConstString> ModulePath; typedef
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1225 llvm::StringRef ModulePath, in emitFiles()
1333 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1438 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModuleSummaryIndex.cpp153 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule()
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp980 static void writeEmptyDistributedBuildOutputs(const std::string &ModulePath, in writeEmptyDistributedBuildOutputs()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp904 StringRef ModulePath; member in __anone38b3fdf0411::ModuleSummaryIndexBitcodeReader
6722 StringRef ModulePath, unsigned ModuleId, in ModuleSummaryIndexBitcodeReader()
7686 SmallString<128> ModulePath; in parseModuleStringTable() local
7993 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, uint64_t ModuleId, in readSummary()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp8762 StringRef ModulePath; in parseFunctionSummary() local
8849 StringRef ModulePath; in parseVariableSummary() local
8908 StringRef ModulePath; in parseAliasSummary() local
9744 bool LLParser::parseModuleReference(StringRef &ModulePath) { in parseModuleReference()