Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp197 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem
201 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem
205 auto EC = MakeAbsolute(path); in MakeAbsolute()
230 MakeAbsolute(path); in Resolve()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSystem.h123 std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const;
124 std::error_code MakeAbsolute(FileSpec &file_spec) const;
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp170 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument
176 if (MakeAbsolute) { in createUniqueEntity()