Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp47 const char *AppleObjCTrampolineHandler::
188 AppleObjCTrampolineHandler::~AppleObjCTrampolineHandler() = default;
299 bool AppleObjCTrampolineHandler::AppleObjCVTables::VTableRegion::
330 AppleObjCTrampolineHandler::AppleObjCVTables::AppleObjCVTables( in AppleObjCVTables()
472 bool AppleObjCTrampolineHandler::AppleObjCVTables::ReadRegions( in ReadRegions()
513 const AppleObjCTrampolineHandler::DispatchFunction
514 AppleObjCTrampolineHandler::g_dispatch_functions[] = {
576 AppleObjCTrampolineHandler::AppleObjCTrampolineHandler( in AppleObjCTrampolineHandler() function in AppleObjCTrampolineHandler
700 AppleObjCTrampolineHandler::SetupDispatchFunction(Thread &thread, in SetupDispatchFunction()
774 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 DCMakeLists.txt5 AppleObjCTrampolineHandler.cpp
H A DAppleObjCRuntime.h124 std::unique_ptr<lldb_private::AppleObjCTrampolineHandler>
H A DAppleObjCRuntime.cpp352 m_objc_trampoline_handler_up = std::make_unique<AppleObjCTrampolineHandler>( in ReadObjCLibrary()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DBUILD.gn32 "AppleObjCTrampolineHandler.cpp",