Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp214 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem
218 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem
/openbsd/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp516 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/openbsd/gnu/llvm/llvm/lib/Support/
H A DPath.cpp171 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity()
797 bool MakeAbsolute) { in createUniquePath()