Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h33 typedef std::vector<ConstString> ModulePath; typedef
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp61 static std::string getThinLTOOutputFile(StringRef ModulePath) { in getThinLTOOutputFile()
209 static void createEmptyIndex(StringRef ModulePath) { in createEmptyIndex()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp675 StringRef ModulePath, in dumpImportListForModule()
692 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule()
711 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex()
864 StringRef ModulePath, in gatherImportedSummariesForModule()
887 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModuleSummaryIndex.cpp53 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp1026 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1118 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp724 StringRef ModulePath; member in __anond7564fed0411::ModuleSummaryIndexBitcodeReader
4882 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader()
5626 SmallString<128> ModulePath; in parseModuleStringTable() local
5908 StringRef ModulePath, uint64_t ModuleId) { in readSummary()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp7683 StringRef ModulePath; in ParseFunctionSummary() local
7753 StringRef ModulePath; in ParseVariableSummary() local
7796 StringRef ModulePath; in ParseAliasSummary() local
8351 bool LLParser::ParseModuleReference(StringRef &ModulePath) { in ParseModuleReference()