reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/BackendUtil.cpp
 1269         ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile);
 1270         if (!ThinLinkOS)
 1275       MPM.addPass(ThinLTOBitcodeWriterPass(*OS, ThinLinkOS ? &ThinLinkOS->os()
 1275       MPM.addPass(ThinLTOBitcodeWriterPass(*OS, ThinLinkOS ? &ThinLinkOS->os()
 1333   if (ThinLinkOS)
 1334     ThinLinkOS->keep();