Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp256 const std::string &OutFile) { in handleObjectFile()
327 const std::string &OutFile) { in handleBuffer()
377 const std::string &OutFile) { in handleFileConversionToGSYM()
388 std::string OutFile = OutputFilename; in convertFileToGSYM() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp255 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSeparateDebugInfo()
280 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveNonDebugInfo()
366 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSeparateLinkedDebugInfo()
394 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSingleLinkedDebugInfo()
430 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveCopyOfFile()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h37 DwarfLinkerForBinary(raw_fd_ostream &OutFile, BinaryHolder &BinHolder, in DwarfLinkerForBinary()
219 raw_fd_ostream &OutFile; variable
H A DDwarfLinkerForBinary.cpp164 raw_fd_ostream &OutFile) { in createStreamer()
1079 bool linkDwarf(raw_fd_ostream &OutFile, BinaryHolder &BinHolder, in linkDwarf()
H A DMachOUtils.cpp357 SymbolMapTranslator &Translator, MCStreamer &MS, raw_fd_ostream &OutFile, in generateDsymCompanion()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h48 DwarfStreamer(OutputFileType OutFileType, raw_pwrite_stream &OutFile, in DwarfStreamer()
212 raw_pwrite_stream &OutFile; variable
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DMain.cpp149 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp190 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_None); in main() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1363 SmallString<64> OutFile(opts::merge::PdbOutputFile); in mergePdbs() local
1416 auto OutFile = ExitOnErr( in exportStream() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp612 std::string OutFile = createTempFile("preproc", "rc"); in doRc() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp783 std::unique_ptr<llvm::raw_fd_ostream> OutFile; in ExecuteAction() local
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1277 const InputInfo &Output, const char *OutFile) { in SplitDebugInfo()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp74 std::unique_ptr<raw_ostream> OutFile; member in __anon40098a510111::RewriteObjC
H A DRewriteModernObjC.cpp76 std::unique_ptr<raw_ostream> OutFile; member in __anon2abafbd60111::RewriteModernObjC