Home
last modified time | relevance | path

Searched refs:path_separator (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp200 const llvm::StringRef path_separator = llvm::sys::path::get_separator( in DeduceSourceMapping() local
206 [path_separator](llvm::StringRef a, llvm::StringRef b, in DeduceSourceMapping()
209 if (a.empty() || a.ends_with(path_separator)) { in DeduceSourceMapping()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp328 char path_separator = GetPreferredPathSeparator(m_style); in Dump() local
329 if (!m_filename && !path.empty() && path.back() != path_separator) in Dump()
330 s << path_separator; in Dump()