Home
last modified time | relevance | path

Searched refs:makeAbsolute (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h366 bool makeAbsolute = true);
DPathV1.h503 void makeAbsolute(),
/external/clang/lib/Basic/
DVirtualFileSystem.cpp104 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem
514 std::error_code EC = makeAbsolute(Path); in addFile()
587 std::error_code EC = FS.makeAbsolute(Path); in lookupInMemoryNode()
684 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()
1435 if (std::error_code EC = makeAbsolute(Path)) in lookupPath()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc349 bool makeAbsolute) {
355 if (makeAbsolute) {
/external/clang/include/clang/Basic/
DVirtualFileSystem.h237 std::error_code makeAbsolute(SmallVectorImpl<char> &Path) const;
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc527 bool makeAbsolute) {
535 if (makeAbsolute) {
DPath.inc144 void Path::makeAbsolute() {