Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp541 class WriteThinLTOBitcode : public ModulePass { class
549 WriteThinLTOBitcode() : ModulePass(ID), OS(dbgs()), ThinLinkOS(nullptr) { in WriteThinLTOBitcode() function in __anon4d255af20111::WriteThinLTOBitcode
553 explicit WriteThinLTOBitcode(raw_ostream &o, raw_ostream *ThinLinkOS) in WriteThinLTOBitcode() function in __anon4d255af20111::WriteThinLTOBitcode
575 char WriteThinLTOBitcode::ID = 0;
576 INITIALIZE_PASS_BEGIN(WriteThinLTOBitcode, "write-thinlto-bitcode",
581 INITIALIZE_PASS_END(WriteThinLTOBitcode, "write-thinlto-bitcode", in INITIALIZE_PASS_DEPENDENCY()
586 return new WriteThinLTOBitcode(Str, ThinLinkOS); in INITIALIZE_PASS_DEPENDENCY()