Home
last modified time | relevance | path

Searched refs:eFixUpFixed (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp624 DispatchFunction::eFixUpFixed},
630 DispatchFunction::eFixUpFixed},
636 DispatchFunction::eFixUpFixed},
642 DispatchFunction::eFixUpFixed},
650 DispatchFunction::eFixUpFixed},
656 DispatchFunction::eFixUpFixed},
897 = {"vtable", 0, false, false, DispatchFunction::eFixUpFixed}; in GetStepThroughDispatchPlan()
1145 case DispatchFunction::eFixUpFixed: in GetStepThroughDispatchPlan()
DAppleObjCTrampolineHandler.h39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator