Home
last modified time | relevance | path

Searched refs:ThinLinkOS (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp199 raw_ostream &OS, raw_ostream *ThinLinkOS, in splitAndWriteThinLTOBitcode() argument
210 if (ThinLinkOS) in splitAndWriteThinLTOBitcode()
213 WriteBitcodeToFile(M, *ThinLinkOS, /*ShouldPreserveUseListOrder=*/false, in splitAndWriteThinLTOBitcode()
407 if (ThinLinkOS) { in splitAndWriteThinLTOBitcode()
416 *ThinLinkOS << Buffer; in splitAndWriteThinLTOBitcode()
430 void writeThinLTOBitcode(raw_ostream &OS, raw_ostream *ThinLinkOS, in writeThinLTOBitcode() argument
435 return splitAndWriteThinLTOBitcode(OS, ThinLinkOS, AARGetter, M); in writeThinLTOBitcode()
448 if (ThinLinkOS && Index) in writeThinLTOBitcode()
449 WriteThinLinkBitcodeToFile(M, *ThinLinkOS, *Index, ModHash); in writeThinLTOBitcode()
456 raw_ostream *ThinLinkOS; member in __anon839040980111::WriteThinLTOBitcode
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DThinLTOBitcodeWriter.h28 raw_ostream *ThinLinkOS; variable
33 ThinLTOBitcodeWriterPass(raw_ostream &OS, raw_ostream *ThinLinkOS) in ThinLTOBitcodeWriterPass() argument
34 : OS(OS), ThinLinkOS(ThinLinkOS) {} in ThinLTOBitcodeWriterPass()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DIPO.h267 raw_ostream *ThinLinkOS = nullptr);