Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp202 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem
206 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp530 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp172 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity()
798 bool MakeAbsolute) { in createUniquePath()