Home
last modified time | relevance | path

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

/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
/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp530 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/llvm-project/lldb/unittests/Host/
H A DFileSystemTest.cpp232 TEST(FileSystemTest, MakeAbsolute) { in TEST() argument
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/
H A DLinkGraphTests.cpp324 TEST(LinkGraphTest,MakeAbsolute) TEST() argument
/llvm-project/llvm/lib/Support/
H A DPath.cpp172 createUniqueEntity(const Twine & Model,int & ResultFD,SmallVectorImpl<char> & ResultPath,bool MakeAbsolute,FSEntity Type,sys::fs::OpenFlags Flags=sys::fs::OF_None,unsigned Mode=0) createUniqueEntity() argument
798 createUniquePath(const Twine & Model,SmallVectorImpl<char> & ResultPath,bool MakeAbsolute) createUniquePath() argument