Home
last modified time | relevance | path

Searched refs:remove_filename (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DPathV2.h115 void remove_filename(SmallVectorImpl<char> &path);
/external/llvm/unittests/Support/
DPath.cpp131 path::remove_filename(temp_store); in TEST()
/external/llvm/lib/Support/
DPathV2.cpp408 void remove_filename(SmallVectorImpl<char> &path) { in remove_filename() function
688 path::remove_filename(path); in replace_filename()
/external/clang/lib/Driver/
DToolChains.cpp1468 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the / in findGCCBaseLibDir()
1470 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the version in findGCCBaseLibDir()
1471 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the c++ in findGCCBaseLibDir()
1472 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the include in findGCCBaseLibDir()
DDriver.cpp1275 llvm::sys::path::remove_filename(BasePath); in GetNamedOutputPath()