Home
last modified time | relevance | path

Searched refs:replace_path_prefix (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DPath.h194 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix,
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DLangOptions.cpp67 if (llvm::sys::path::replace_path_prefix(Path, Entry.first, Entry.second)) in remapPathPrefix()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp525 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp839 sys::path::replace_path_prefix(si.displayName, options.SourcePrefix, in print()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp892 if (llvm::sys::path::replace_path_prefix(Path, From, To)) in remapDebugPath()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp518 bool replace_path_prefix(SmallVectorImpl<char> &Path, StringRef OldPrefix, in replace_path_prefix() function
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1405 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1600 if (llvm::sys::path::replace_path_prefix(Path, Entry.first, Entry.second)) in normalizeFilename()
H A DCGDebugInfo.cpp477 if (llvm::sys::path::replace_path_prefix(P, Entry.first, Entry.second)) in remapDIPath()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp1312 bool Done = llvm::sys::path::replace_path_prefix(Path, Dir, CanonicalDir); in canonicalizeModuleMapPath()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2102 if (llvm::sys::path::replace_path_prefix(p, Entry.first, Entry.second)) in remapPath()