Home
last modified time | relevance | path

Searched defs:OutFile (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp160 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy()
166 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy()
183 ObjcopyFunc = [&](raw_ostream &OutFile) -> Error { in executeObjcopy()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp267 __anon0c15066d0202(raw_ostream &OutFile) saveSeparateDebugInfo() argument
292 __anon0c15066d0302(raw_ostream &OutFile) saveNonDebugInfo() argument
378 __anon0c15066d0402(raw_ostream &OutFile) saveSeparateLinkedDebugInfo() argument
406 __anon0c15066d0502(raw_ostream &OutFile) saveSingleLinkedDebugInfo() argument
442 __anon0c15066d0602(raw_ostream &OutFile) saveCopyOfFile() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h47 raw_pwrite_stream &OutFile, in DwarfStreamer()
293 raw_pwrite_stream &OutFile; variable
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.cpp
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp167 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp255 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_None); in llvm_dwp_main() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1363 OutFile = opts::merge::InputFilenames[0]; in mergePdbs() local
1416 FileBufferByteStream DestStream(std::move(OutFile), llvm::endianness::little); in exportStream() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp35 raw_pwrite_stream &OutFile, DWARFLinkerBase::MessageHandlerTy Warning) { in createStreamer()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1672 const InputInfo &Output, const char *OutFile) { in SplitDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp76 std::unique_ptr<raw_ostream> OutFile; member in __anonc09f721f0111::RewriteModernObjC