Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp491 class WriteThinLTOBitcode : public ModulePass { class
499 WriteThinLTOBitcode() : ModulePass(ID), OS(dbgs()), ThinLinkOS(nullptr) { in WriteThinLTOBitcode() function in __anonf8944f690111::WriteThinLTOBitcode
503 explicit WriteThinLTOBitcode(raw_ostream &o, raw_ostream *ThinLinkOS) in WriteThinLTOBitcode() function in __anonf8944f690111::WriteThinLTOBitcode
525 char WriteThinLTOBitcode::ID = 0;
526 INITIALIZE_PASS_BEGIN(WriteThinLTOBitcode, "write-thinlto-bitcode",
531 INITIALIZE_PASS_END(WriteThinLTOBitcode, "write-thinlto-bitcode", in INITIALIZE_PASS_DEPENDENCY()
536 return new WriteThinLTOBitcode(Str, ThinLinkOS); in INITIALIZE_PASS_DEPENDENCY()