Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DThinLTOBitcodeWriter.h27 raw_ostream *ThinLinkOS; variable
32 ThinLTOBitcodeWriterPass(raw_ostream &OS, raw_ostream *ThinLinkOS) in ThinLTOBitcodeWriterPass() argument
33 : OS(OS), ThinLinkOS(ThinLinkOS) {} in ThinLTOBitcodeWriterPass()
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DThinLTOBitcodeWriter.h27 raw_ostream *ThinLinkOS; variable
32 ThinLTOBitcodeWriterPass(raw_ostream &OS, raw_ostream *ThinLinkOS) in ThinLTOBitcodeWriterPass() argument
33 : OS(OS), ThinLinkOS(ThinLinkOS) {} in ThinLTOBitcodeWriterPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp201 raw_ostream &OS, raw_ostream *ThinLinkOS, in splitAndWriteThinLTOBitcode() argument
212 if (ThinLinkOS) in splitAndWriteThinLTOBitcode()
215 WriteBitcodeToFile(M, *ThinLinkOS, /*ShouldPreserveUseListOrder=*/false, in splitAndWriteThinLTOBitcode()
417 if (ThinLinkOS) { in splitAndWriteThinLTOBitcode()
426 *ThinLinkOS << Buffer; in splitAndWriteThinLTOBitcode()
448 void writeThinLTOBitcode(raw_ostream &OS, raw_ostream *ThinLinkOS, in writeThinLTOBitcode() argument
456 return splitAndWriteThinLTOBitcode(OS, ThinLinkOS, AARGetter, M); in writeThinLTOBitcode()
487 if (ThinLinkOS && Index) in writeThinLTOBitcode()
488 WriteThinLinkBitcodeToFile(M, *ThinLinkOS, *Index, ModHash); in writeThinLTOBitcode()
495 raw_ostream *ThinLinkOS; member in __anonc40d57c90111::WriteThinLTOBitcode
[all …]
/external/llvm-project/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp201 raw_ostream &OS, raw_ostream *ThinLinkOS, in splitAndWriteThinLTOBitcode() argument
212 if (ThinLinkOS) in splitAndWriteThinLTOBitcode()
215 WriteBitcodeToFile(M, *ThinLinkOS, /*ShouldPreserveUseListOrder=*/false, in splitAndWriteThinLTOBitcode()
417 if (ThinLinkOS) { in splitAndWriteThinLTOBitcode()
426 *ThinLinkOS << Buffer; in splitAndWriteThinLTOBitcode()
448 void writeThinLTOBitcode(raw_ostream &OS, raw_ostream *ThinLinkOS, in writeThinLTOBitcode() argument
456 return splitAndWriteThinLTOBitcode(OS, ThinLinkOS, AARGetter, M); in writeThinLTOBitcode()
487 if (ThinLinkOS && Index) in writeThinLTOBitcode()
488 WriteThinLinkBitcodeToFile(M, *ThinLinkOS, *Index, ModHash); in writeThinLTOBitcode()
495 raw_ostream *ThinLinkOS; member in __anon67d198d50111::WriteThinLTOBitcode
[all …]
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp938 std::unique_ptr<llvm::ToolOutputFile> ThinLinkOS, DwoOS; in EmitAssembly() local
947 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssembly()
948 if (!ThinLinkOS) in EmitAssembly()
954 *OS, ThinLinkOS ? &ThinLinkOS->os() : nullptr)); in EmitAssembly()
1020 if (ThinLinkOS) in EmitAssembly()
1021 ThinLinkOS->keep(); in EmitAssembly()
1342 std::unique_ptr<llvm::ToolOutputFile> ThinLinkOS, DwoOS; in EmitAssemblyWithNewPassManager() local
1352 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssemblyWithNewPassManager()
1353 if (!ThinLinkOS) in EmitAssemblyWithNewPassManager()
1358 MPM.addPass(ThinLTOBitcodeWriterPass(*OS, ThinLinkOS ? &ThinLinkOS->os() in EmitAssemblyWithNewPassManager()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DIPO.h275 raw_ostream *ThinLinkOS = nullptr);
/external/llvm-project/llvm/include/llvm/Transforms/
DIPO.h284 raw_ostream *ThinLinkOS = nullptr);