Searched defs:ModulePath (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.h | 35 typedef std::vector<ConstString> ModulePath; typedef
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 636 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 D | LTO.cpp | 1225 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 D | ModuleSummaryIndex.cpp | 153 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule()
|
/openbsd-src/gnu/llvm/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 980 static void writeEmptyDistributedBuildOutputs(const std::string &ModulePath, in writeEmptyDistributedBuildOutputs()
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 904 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 D | LLParser.cpp | 8762 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()
|