Home
last modified time | relevance | path

Searched refs:writeIndexToFile (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h151 void writeIndexToFile(const ModuleSummaryIndex &Index, raw_ostream &Out,
/openbsd-src/gnu/llvm/llvm/tools/llvm-as/
H A Dllvm-as.cpp109 writeIndexToFile(*IndexToWrite, Out->os()); in WriteOutputFile()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp500 writeIndexToFile(CombinedIndex, OS); in createCombinedModuleSummaryIndex()
662 writeIndexToFile(*CombinedIndex, OS); in thinLink()
700 writeIndexToFile(*Index, OS, &ModuleToSummariesForIndex); in distributedIndexes()
/openbsd-src/gnu/llvm/lld/MachO/
H A DLTO.cpp189 writeIndexToFile(m, *os); in thinLTOCreateEmptyIndexFiles()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp313 writeIndexToFile(m, *os); in thinLTOCreateEmptyIndexFiles()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp142 writeIndexToFile(Index, OS); in addSaveTemps()
H A DThinLTOCodeGenerator.cpp1022 writeIndexToFile(*Index, OS); in run()
H A DLTO.cpp1236 writeIndexToFile(CombinedIndex, OS, &ModuleToSummariesForIndex); in emitFiles()
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp997 writeIndexToFile(Index, OS, nullptr); in writeEmptyDistributedBuildOutputs()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp945 writeIndexToFile(*Summary, OS); in runForTesting()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4925 void llvm::writeIndexToFile( in writeIndexToFile() function in llvm