Home
last modified time | relevance | path

Searched refs:createUniquePath (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp179 llvm::sys::fs::createUniquePath(socket_model, socket_path, false); in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DPipePosix.cpp131 llvm::sys::fs::createUniquePath(tmpdir_file_spec.GetPath(), named_pipe_path, in CreateWithUniqueName()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp181 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity()
796 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, in createUniquePath() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h806 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath,
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1892 sys::fs::createUniquePath("cfgdot-%%%%%%.dot", SV, true); in handleFunctionCompare()