Searched refs:AppleObjCRuntime (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 49 LLDB_PLUGIN_DEFINE(AppleObjCRuntime) 51 char AppleObjCRuntime::ID = 0; 53 AppleObjCRuntime::~AppleObjCRuntime() = default; 55 AppleObjCRuntime::AppleObjCRuntime(Process *process) in AppleObjCRuntime() function in AppleObjCRuntime 61 void AppleObjCRuntime::Initialize() { in Initialize() 66 void AppleObjCRuntime::Terminate() { in Terminate() 71 llvm::Error AppleObjCRuntime::GetObjectDescription(Stream &str, in GetObjectDescription() 102 AppleObjCRuntime::GetObjectDescription(Stream &strm, Value &value, in GetObjectDescription() 225 lldb::ModuleSP AppleObjCRuntime::GetObjCModule() { in GetObjCModule() 235 if (AppleObjCRuntime::AppleIsModuleObjCLibrary(module_sp)) { in GetObjCModule() [all …]
|
H A D | AppleObjCRuntimeV1.cpp | 43 : AppleObjCRuntime(process), m_hash_signature(), in AppleObjCRuntimeV1() 76 if (AppleObjCRuntime::GetObjCVersion(process, objc_module_sp) == in CreateInstance() 251 AppleObjCRuntime::ClassDescriptorSP 254 return AppleObjCRuntime::ClassDescriptorSP(); in GetSuperclass() 257 return AppleObjCRuntime::ClassDescriptorSP(); in GetSuperclass() 262 AppleObjCRuntime::ClassDescriptorSP
|
H A D | AppleObjCRuntime.h | 23 class AppleObjCRuntime : public lldb_private::ObjCLanguageRuntime { 25 ~AppleObjCRuntime() override; 109 AppleObjCRuntime(Process *process);
|
H A D | AppleObjCRuntimeV1.h | 19 class AppleObjCRuntimeV1 : public AppleObjCRuntime { 36 return ClassID == &ID || AppleObjCRuntime::isA(ClassID); in isA()
|
H A D | AppleObjCRuntimeV2.h | 17 #include "AppleObjCRuntime.h" 28 class AppleObjCRuntimeV2 : public AppleObjCRuntime { 46 return ClassID == &ID || AppleObjCRuntime::isA(ClassID); in isA()
|
H A D | AppleObjCRuntimeV2.cpp | 731 : AppleObjCRuntime(process), m_objc_module_sp(objc_module_sp), in AppleObjCRuntimeV2() 833 if (AppleObjCRuntime::GetObjCVersion(process, objc_module_sp) == in CreateInstance() 3310 lldb_private::AppleObjCRuntime::ObjCISA 3370 this->AppleObjCRuntime::GetValuesForGlobalCFBooleans(cf_true, cf_false); in GetValuesForGlobalCFBooleans() 3374 AppleObjCRuntime::ModulesDidLoad(module_list); in ModulesDidLoad() 3463 std::tie(module, function) = AppleObjCRuntime::GetExceptionThrowLocation(); in RegisterObjCExceptionRecognizer()
|
H A D | AppleObjCClassDescriptorV2.cpp | 563 AppleObjCRuntime::ClassDescriptorSP metaclass(GetMetaclass()); in Describe()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 240 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSIndexSetSummaryProvider() 576 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSNumberSummaryProvider() 982 auto *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSDateSummaryProvider() 1170 if (AppleObjCRuntime *objc_runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in ObjCBooleanSummaryProvider()
|
H A D | NSArray.cpp | 393 AppleObjCRuntime *apple_runtime = in NSArraySummaryProvider() 394 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSArraySummaryProvider() 798 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSArraySyntheticFrontEndCreator()
|
H A D | NSSet.cpp | 298 AppleObjCRuntime *apple_runtime = in NSSetSummaryProvider() 299 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSSetSummaryProvider() 375 AppleObjCRuntime *apple_runtime = in NSSetSyntheticFrontEndCreator() 376 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSSetSyntheticFrontEndCreator()
|
H A D | NSDictionary.cpp | 470 AppleObjCRuntime *apple_runtime = in NSDictionarySummaryProvider() 471 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSDictionarySummaryProvider() 520 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSDictionarySyntheticFrontEndCreator()
|
/freebsd/lib/clang/liblldb/ |
H A D | Makefile | 444 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp 445 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp 446 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp 447 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp 448 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp 449 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp 450 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp 451 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 402 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
|