Home
last modified time | relevance | path

Searched defs:SetLocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h108 void SetLocation(Address l) { m_location = std::move(l); } in SetLocation() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp412 void SBBreakpointLocation::SetLocation( SetLocation() function in SBBreakpointLocation