Home
last modified time | relevance | path

Searched refs:GetAutoSourceMapRelative (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp196 if (!target.GetAutoSourceMapRelative()) in DeduceSourceMapping()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h144 bool GetAutoSourceMapRelative() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4481 bool TargetProperties::GetAutoSourceMapRelative() const { in GetAutoSourceMapRelative() function in TargetProperties