Searched refs:readSummary (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 119 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 755 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary() function in IndexedInstrProfReader 831 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur, in readHeader() 834 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur, in readHeader()
|
H A D | SampleProfReader.cpp | 592 if (std::error_code EC = readSummary()) in readOneSection() 1164 if (std::error_code EC = readSummary()) in readHeader() 1238 std::error_code SampleProfileReaderBinary::readSummary() { in readSummary() function in SampleProfileReaderBinary
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | SampleProfReader.h | 585 std::error_code readSummary();
|
H A D | InstrProfReader.h | 471 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTO.cpp | 670 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "", -1ull)) in addModule() 892 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
|
H A D | ThinLTOCodeGenerator.cpp | 602 M.readSummary(*CombinedIndex, Mod->getName(), NextModuleId++)) { in linkCombinedIndex()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6885 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex, in readSummary() function in BitcodeModule 7092 return BM->readSummary(CombinedIndex, BM->getModuleIdentifier(), ModuleId); in readModuleSummaryIndex()
|