Searched refs:ThinLinkOS (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 226 raw_ostream &OS, raw_ostream *ThinLinkOS, in splitAndWriteThinLTOBitcode() argument 237 if (ThinLinkOS) in splitAndWriteThinLTOBitcode() 240 WriteBitcodeToFile(M, *ThinLinkOS, /*ShouldPreserveUseListOrder=*/false, in splitAndWriteThinLTOBitcode() 446 if (ThinLinkOS) { in splitAndWriteThinLTOBitcode() 455 *ThinLinkOS << Buffer; in splitAndWriteThinLTOBitcode() 477 void writeThinLTOBitcode(raw_ostream &OS, raw_ostream *ThinLinkOS, in writeThinLTOBitcode() argument 485 return splitAndWriteThinLTOBitcode(OS, ThinLinkOS, AARGetter, M); in writeThinLTOBitcode() 516 if (ThinLinkOS && Index) in writeThinLTOBitcode() 517 WriteThinLinkBitcodeToFile(M, *ThinLinkOS, *Index, ModHash); in writeThinLTOBitcode() 524 raw_ostream *ThinLinkOS; member in __anondc09a4290111::WriteThinLTOBitcode [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.h | 27 raw_ostream *ThinLinkOS; variable 32 ThinLTOBitcodeWriterPass(raw_ostream &OS, raw_ostream *ThinLinkOS) in ThinLTOBitcodeWriterPass() argument 33 : OS(OS), ThinLinkOS(ThinLinkOS) {} in ThinLTOBitcodeWriterPass()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 978 std::unique_ptr<llvm::ToolOutputFile> ThinLinkOS, DwoOS; in EmitAssembly() local 987 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssembly() 988 if (!ThinLinkOS) in EmitAssembly() 994 *OS, ThinLinkOS ? &ThinLinkOS->os() : nullptr)); in EmitAssembly() 1060 if (ThinLinkOS) in EmitAssembly() 1061 ThinLinkOS->keep(); in EmitAssembly() 1422 std::unique_ptr<llvm::ToolOutputFile> ThinLinkOS, DwoOS; in EmitAssemblyWithNewPassManager() local 1432 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssemblyWithNewPassManager() 1433 if (!ThinLinkOS) in EmitAssemblyWithNewPassManager() 1438 MPM.addPass(ThinLTOBitcodeWriterPass(*OS, ThinLinkOS ? &ThinLinkOS->os() in EmitAssemblyWithNewPassManager() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/ |
H A D | IPO.h | 289 raw_ostream *ThinLinkOS = nullptr);
|