Home
last modified time | relevance | path

Searched refs:AppleObjCTrampolineHandler (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp46 const char *AppleObjCTrampolineHandler::
187 AppleObjCTrampolineHandler::~AppleObjCTrampolineHandler() = default;
298 bool AppleObjCTrampolineHandler::AppleObjCVTables::VTableRegion::
329 AppleObjCTrampolineHandler::AppleObjCVTables::AppleObjCVTables( in AppleObjCVTables()
471 bool AppleObjCTrampolineHandler::AppleObjCVTables::ReadRegions( in ReadRegions()
512 const AppleObjCTrampolineHandler::DispatchFunction
513 AppleObjCTrampolineHandler::g_dispatch_functions[] = {
575 AppleObjCTrampolineHandler::AppleObjCTrampolineHandler( in AppleObjCTrampolineHandler() function in AppleObjCTrampolineHandler
699 AppleObjCTrampolineHandler::SetupDispatchFunction(Thread &thread, in SetupDispatchFunction()
773 const AppleObjCTrampolineHandler::DispatchFunction *
[all …]
H A DAppleThreadPlanStepThroughObjCTrampoline.h26 Thread &thread, AppleObjCTrampolineHandler &trampoline_handler,
60 AppleObjCTrampolineHandler &m_trampoline_handler; /// The handler itself.
86 AppleObjCTrampolineHandler &handler,
108 AppleObjCTrampolineHandler &m_trampoline_handler;
H A DAppleObjCTrampolineHandler.h21 class AppleObjCTrampolineHandler {
23 AppleObjCTrampolineHandler(const lldb::ProcessSP &process_sp,
26 ~AppleObjCTrampolineHandler();
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp34 Thread &thread, AppleObjCTrampolineHandler &trampoline_handler, in AppleThreadPlanStepThroughObjCTrampoline()
243 Thread &thread, AppleObjCTrampolineHandler &handler, in AppleThreadPlanStepThroughDirectDispatch()
258 const AppleObjCTrampolineHandler in AppleThreadPlanStepThroughDirectDispatch()
H A DAppleObjCRuntime.h124 std::unique_ptr<lldb_private::AppleObjCTrampolineHandler>
H A DAppleObjCRuntime.cpp353 m_objc_trampoline_handler_up = std::make_unique<AppleObjCTrampolineHandler>( in ReadObjCLibrary()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile439 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp