Home
last modified time | relevance | path

Searched defs:CreateNew (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DPipeWindows.cpp66 Status PipeWindows::CreateNew(bool child_process_inherit) { in CreateNew() function in PipeWindows
97 Status PipeWindows::CreateNew(llvm::StringRef name, in CreateNew() function in PipeWindows
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DPipePosix.cpp76 Status PipePosix::CreateNew(bool child_processes_inherit) { in CreateNew() function in PipePosix
105 Status PipePosix::CreateNew(llvm::StringRef name, bool child_process_inherit) { in CreateNew() function in PipePosix
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp519 bool CreateNew = false; in removeOperandBundle() local