Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp202 if (auto EC = openFileForReadWrite(Filename, DumpFd, sys::fs::CD_CreateNew, in PerfJITEventListener()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp349 sys::fs::CD_CreateNew, sys::fs::OF_None)) { in registerJITLoaderPerfStartImpl()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc988 if (Disp == CD_CreateNew) {
1042 * CD_CreateNew n/a conv: on
1053 * CD_CreateNew n/a conv: off
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h739 CD_CreateNew = 1, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1078 openFile(path, pc.pc_fd, CD_CreateNew, FA_Write, OF_None)) { in SaveCore()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp354 ResultPath, FD, llvm::sys::fs::CD_CreateNew, in ReportDiag()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp186 sys::fs::CD_CreateNew, Flags, Mode); in createUniqueEntity()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1161 case CD_CreateNew:
1221 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2155 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::CD_CreateNew, in generateCompilationDiagnostics()