Home
last modified time | relevance | path

Searched refs:CD_CreateNew (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp200 sys::fs::CD_CreateNew, sys::fs::OF_None)) { in PerfJITEventListener()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc987 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 DFileSystem.h735 CD_CreateNew = 1, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1069 openFile(path, pc.pc_fd, CD_CreateNew, FA_Write, OF_None)) { in SaveCore()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp356 ResultPath, FD, llvm::sys::fs::CD_CreateNew, in ReportDiag()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp187 sys::fs::CD_CreateNew, Flags, Mode); in createUniqueEntity()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1159 case CD_CreateNew:
1219 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1855 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::CD_CreateNew, in generateCompilationDiagnostics()