Home
last modified time | relevance | path

Searched refs:AddLocation (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp284 AddLocation(filter, sc, skip_prologue, log_ident); in SetSCMatchesByLine()
291 void BreakpointResolver::AddLocation(SearchFilter &filter, in AddLocation() function in BreakpointResolver
329 BreakpointLocationSP bp_loc_sp(AddLocation(line_start)); in AddLocation()
338 BreakpointLocationSP BreakpointResolver::AddLocation(Address loc_addr, in AddLocation() function in BreakpointResolver
341 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
H A DBreakpointResolverAddress.cpp142 BreakpointLocationSP bp_loc_sp(AddLocation(m_addr)); in SearchCallback()
H A DBreakpointLocationList.cpp202 BreakpointLocationSP BreakpointLocationList::AddLocation( in AddLocation() function in BreakpointLocationList
H A DBreakpoint.cpp260 BreakpointLocationSP Breakpoint::AddLocation(const Address &addr, in AddLocation() function in Breakpoint
262 return m_locations.AddLocation(addr, m_resolve_indirect_symbols, in AddLocation()
H A DBreakpointResolverName.cpp389 BreakpointLocationSP bp_loc_sp(AddLocation(break_addr, &new_location)); in SearchCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h212 lldb::BreakpointLocationSP AddLocation(Address loc_addr,
217 void AddLocation(SearchFilter &filter, const SymbolContext &sc,
H A DBreakpointLocationList.h176 lldb::BreakpointLocationSP AddLocation(const Address &addr,
H A DBreakpoint.h245 lldb::BreakpointLocationSP AddLocation(const Address &addr,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h144 AddLocation(SBAddress &address);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp554 SBError SBBreakpoint::AddLocation(SBAddress &address) { in AddLocation() function in SBBreakpoint
555 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpoint, AddLocation, in AddLocation()
577 bkpt_sp->AddLocation(address.ref()); in AddLocation()
1044 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, AddLocation, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h359 enum class AddLocation { Beginning, End }; enum
361 static void AddToSysPath(AddLocation location, std::string path);
H A DScriptInterpreterPython.cpp3299 AddToSysPath(AddLocation::End, "."); in InitializePrivate()
3306 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in InitializePrivate()
3308 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in InitializePrivate()
3316 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath()
3321 if (location == AddLocation::Beginning) { in AddToSysPath()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i238 AddLocation(SBAddress &address);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp62 rep.AddLocation(addr, 1); in ReportMutexMisuse()
119 rep.AddLocation(addr, 1); in MutexDestroy()
H A Dtsan_rtl_report.cpp321 void ScopedReportBase::AddLocation(uptr addr, uptr size) { in AddLocation() function in __tsan::ScopedReportBase
712 rep.AddLocation(addr_min, addr_max - addr_min); in ReportRace()
H A Dtsan_rtl.h585 void AddLocation(uptr addr, uptr size);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp819 breakpoint_sp->AddLocation(bp_addr); in SearchCallback()
878 breakpoint_sp->AddLocation(address, &new_bp); in SearchCallback()
945 breakpoint.AddLocation(address, &new_bp); in SearchCallback()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7960 result = (arg1)->AddLocation(*arg2); in _wrap_SBBreakpoint_AddLocation()