Home
last modified time | relevance | path

Searched defs:ThinLinkOS (Results 1 – 2 of 2) sorted by relevance

/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp199 raw_ostream &OS, raw_ostream *ThinLinkOS, in splitAndWriteThinLTOBitcode()
430 void writeThinLTOBitcode(raw_ostream &OS, raw_ostream *ThinLinkOS, in writeThinLTOBitcode()
456 raw_ostream *ThinLinkOS; member in __anon2b9d81210111::WriteThinLTOBitcode
464 explicit WriteThinLTOBitcode(raw_ostream &o, raw_ostream *ThinLinkOS) in WriteThinLTOBitcode()