Searched refs:AddLocation (Results 1 - 17 of 17) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h348 enum class AddLocation { Beginning, End }; class in class:lldb_private::ScriptInterpreterPythonImpl
350 static void AddToSysPath(AddLocation location, std::string path);
H A DScriptInterpreterPython.cpp3240 AddToSysPath(AddLocation::End, ".");
3247 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false));
3249 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false));
3257 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location,
3262 if (location == AddLocation::Beginning) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp814 m_breakpoint->AddLocation(bp_addr);
870 m_breakpoint->AddLocation(address, &new_bp);
935 m_breakpoint->AddLocation(address, &new_bp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp383 AddLocation(break_addr, &new_location));
H A DBreakpointResolverAddress.cpp144 BreakpointLocationSP bp_loc_sp(AddLocation(m_addr));
H A DBreakpointResolver.cpp284 AddLocation(filter, sc, skip_prologue, log_ident);
291 void BreakpointResolver::AddLocation(SearchFilter &filter, function in class:BreakpointResolver
329 BreakpointLocationSP bp_loc_sp(AddLocation(line_start));
338 BreakpointLocationSP BreakpointResolver::AddLocation(Address loc_addr, function in class:BreakpointResolver
341 return m_breakpoint->AddLocation(loc_addr, new_location);
H A DBreakpoint.cpp254 BreakpointLocationSP Breakpoint::AddLocation(const Address &addr, function in class:Breakpoint
256 return m_locations.AddLocation(addr, m_resolve_indirect_symbols,
H A DBreakpointLocationList.cpp202 BreakpointLocationSP BreakpointLocationList::AddLocation( function in class:BreakpointLocationList
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp544 SBError SBBreakpoint::AddLocation(SBAddress &address) { function in class:SBBreakpoint
545 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpoint, AddLocation,
567 bkpt_sp->AddLocation(address.ref());
1009 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, AddLocation,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h208 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.h242 lldb::BreakpointLocationSP AddLocation(const Address &addr,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h140 AddLocation(SBAddress &address);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i232 AddLocation(SBAddress &address);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp310 void ScopedReportBase::AddLocation(uptr addr, uptr size) { function in class:__tsan::ScopedReportBase
701 rep.AddLocation(addr_min, addr_max - addr_min);
H A Dtsan_rtl_mutex.cpp60 rep.AddLocation(addr, 1);
120 rep.AddLocation(addr, 1);
H A Dtsan_rtl.h596 void AddLocation(uptr addr, uptr size);

Completed in 169 milliseconds