Home
last modified time | relevance | path

Searched refs:ObjCExceptionPrecondition (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp362 void ObjCLanguageRuntime::ObjCExceptionPrecondition::AddClassName( in AddClassName()
367 ObjCLanguageRuntime::ObjCExceptionPrecondition::ObjCExceptionPrecondition() {} in ObjCExceptionPrecondition() function in ObjCLanguageRuntime::ObjCExceptionPrecondition
369 bool ObjCLanguageRuntime::ObjCExceptionPrecondition::EvaluatePrecondition( in EvaluatePrecondition()
374 void ObjCLanguageRuntime::ObjCExceptionPrecondition::GetDescription( in GetDescription()
377 Status ObjCLanguageRuntime::ObjCExceptionPrecondition::ConfigurePrecondition( in ConfigurePrecondition()
H A DLanguageRuntime.cpp233 new ObjCLanguageRuntime::ObjCExceptionPrecondition()); in CreateExceptionPrecondition()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h158 class ObjCExceptionPrecondition : public Breakpoint::BreakpointPrecondition {
160 ObjCExceptionPrecondition();
162 ~ObjCExceptionPrecondition() override = default;