Searched refs:CD_CreateNew (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 200 sys::fs::CD_CreateNew, sys::fs::OF_None)) { in PerfJITEventListener()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 987 if (Disp == CD_CreateNew) { 1041 * CD_CreateNew n/a conv: on 1052 * CD_CreateNew n/a conv: off
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 735 CD_CreateNew = 1, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 1069 openFile(path, pc.pc_fd, CD_CreateNew, FA_Write, OF_None)) { in SaveCore()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 356 ResultPath, FD, llvm::sys::fs::CD_CreateNew, in ReportDiag()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 187 sys::fs::CD_CreateNew, Flags, Mode); in createUniqueEntity()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 1159 case CD_CreateNew: 1219 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 1855 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::CD_CreateNew, in generateCompilationDiagnostics()
|