Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h155 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp104 sys::path::remove_filename(FilePath, PathStyle); in getFlagName()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc185 sys::path::remove_filename(Dir);
263 sys::path::remove_filename(Arg0);
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h618 _LIBCPP_HIDE_FROM_ABI path& remove_filename() {
626 remove_filename();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp186 sys::path::remove_filename(PdbPath); in searchForPdb()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp432 llvm::sys::path::remove_filename(OrigDir); in findDebugBinary()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1622 path::remove_filename(newPath); in findDylib()
1630 path::remove_filename(newPath); in findDylib()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp967 llvm::sys::path::remove_filename(FileNameBuf); in setGenDwarfRootFile()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1198 llvm::sys::path::remove_filename(P); // 'clang' in AddLinkARCArgs()
1199 llvm::sys::path::remove_filename(P); // 'bin' in AddLinkARCArgs()
2657 llvm::sys::path::remove_filename(P); in AddCXXStdlibLibArgs()
H A DCommonArgs.cpp1657 llvm::sys::path::remove_filename(T); in SplitDebugName()
2261 llvm::sys::path::remove_filename(StatsFile); in getStatsFileName()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem76 path& remove_filename();
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp475 void remove_filename(SmallVectorImpl<char> &path, Style style) { in remove_filename() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6113 llvm::sys::path::remove_filename(TempPath); in GetNamedOutputPath()
6140 llvm::sys::path::remove_filename(BasePath); in GetNamedOutputPath()
6212 llvm::sys::path::remove_filename(Dir); in GetProgramPath()
6281 llvm::sys::path::remove_filename(path); in GetStdModuleManifestPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp263 llvm::sys::path::remove_filename(path); in ComputePythonDir()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp638 sys::path::remove_filename(binDir); // remove lld-link.exe in addClangLibSearchPaths()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1093 llvm::sys::path::remove_filename(LookupPath); in LookupEmbedFile()