Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp520 class WriteThinLTOBitcode : public ModulePass { class
528 WriteThinLTOBitcode() : ModulePass(ID), OS(dbgs()), ThinLinkOS(nullptr) { in WriteThinLTOBitcode() function in __anondc09a4290111::WriteThinLTOBitcode
532 explicit WriteThinLTOBitcode(raw_ostream &o, raw_ostream *ThinLinkOS) in WriteThinLTOBitcode() function in __anondc09a4290111::WriteThinLTOBitcode
554 char WriteThinLTOBitcode::ID = 0;
555 INITIALIZE_PASS_BEGIN(WriteThinLTOBitcode, "write-thinlto-bitcode",
560 INITIALIZE_PASS_END(WriteThinLTOBitcode, "write-thinlto-bitcode", in INITIALIZE_PASS_DEPENDENCY()
565 return new WriteThinLTOBitcode(Str, ThinLinkOS); in INITIALIZE_PASS_DEPENDENCY()