Searched refs:InputFD (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Signals.cpp | 161 int InputFD; in collectAddressSymbols() local 163 sys::fs::createTemporaryFile("symbolizer-input", "", InputFD, InputFile); in collectAddressSymbols() 169 raw_fd_ostream Input(InputFD, true); in collectAddressSymbols()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 537 int InputFD; in renderSVG() local 538 if (auto EC = llvm::sys::fs::createTemporaryFile("analysis", ".dot", InputFD, in renderSVG() 541 llvm::raw_fd_ostream(InputFD, /*shouldClose=*/true) << DotGraph; in renderSVG()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 561 int InputFD; in demangleSymbols() local 564 sys::fs::createTemporaryFile("demangle-in", "list", InputFD, InputPath); in demangleSymbols() 569 ToolOutputFile InputTOF{InputPath, InputFD}; in demangleSymbols()
|