Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp549 class WriteThinLTOBitcode : public ModulePass { class
557 WriteThinLTOBitcode() : ModulePass(ID), OS(dbgs()) { in WriteThinLTOBitcode() function in __anon80f79eee0111::WriteThinLTOBitcode
561 explicit WriteThinLTOBitcode(raw_ostream &o, raw_ostream *ThinLinkOS) in WriteThinLTOBitcode() function in __anon80f79eee0111::WriteThinLTOBitcode
583 char WriteThinLTOBitcode::ID = 0;
584 INITIALIZE_PASS_BEGIN(WriteThinLTOBitcode, "write-thinlto-bitcode",
589 INITIALIZE_PASS_END(WriteThinLTOBitcode, "write-thinlto-bitcode", in INITIALIZE_PASS_DEPENDENCY()
594 return new WriteThinLTOBitcode(Str, ThinLinkOS); in INITIALIZE_PASS_DEPENDENCY()