Home
last modified time | relevance | path

Searched refs:AppleObjCRuntime (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp47 LLDB_PLUGIN_DEFINE(AppleObjCRuntime)
49 char AppleObjCRuntime::ID = 0;
51 AppleObjCRuntime::~AppleObjCRuntime() {} in ~AppleObjCRuntime()
53 AppleObjCRuntime::AppleObjCRuntime(Process *process) in AppleObjCRuntime() function in AppleObjCRuntime
59 void AppleObjCRuntime::Initialize() { in Initialize()
64 void AppleObjCRuntime::Terminate() { in Terminate()
69 bool AppleObjCRuntime::GetObjectDescription(Stream &str, ValueObject &valobj) { in GetObjectDescription()
97 bool AppleObjCRuntime::GetObjectDescription(Stream &strm, Value &value, in GetObjectDescription()
217 lldb::ModuleSP AppleObjCRuntime::GetObjCModule() { in GetObjCModule()
227 if (AppleObjCRuntime::AppleIsModuleObjCLibrary(module_sp)) { in GetObjCModule()
[all …]
DAppleObjCRuntimeV1.cpp42 : AppleObjCRuntime(process), m_hash_signature(), in AppleObjCRuntimeV1()
75 if (AppleObjCRuntime::GetObjCVersion(process, objc_module_sp) == in CreateInstance()
262 AppleObjCRuntime::ClassDescriptorSP
265 return AppleObjCRuntime::ClassDescriptorSP(); in GetSuperclass()
268 return AppleObjCRuntime::ClassDescriptorSP(); in GetSuperclass()
273 AppleObjCRuntime::ClassDescriptorSP
DAppleObjCRuntime.h23 class AppleObjCRuntime : public lldb_private::ObjCLanguageRuntime {
25 ~AppleObjCRuntime() override;
109 AppleObjCRuntime(Process *process);
DAppleObjCRuntimeV1.h19 class AppleObjCRuntimeV1 : public AppleObjCRuntime {
36 return ClassID == &ID || AppleObjCRuntime::isA(ClassID); in isA()
DCMakeLists.txt2 AppleObjCRuntime.cpp
DAppleObjCRuntimeV2.h25 class AppleObjCRuntimeV2 : public AppleObjCRuntime {
42 return ClassID == &ID || AppleObjCRuntime::isA(ClassID); in isA()
DAppleObjCRuntimeV2.cpp414 : AppleObjCRuntime(process), m_get_class_info_code(), in AppleObjCRuntimeV2()
498 if (AppleObjCRuntime::GetObjCVersion(process, objc_module_sp) == in CreateInstance()
2555 lldb_private::AppleObjCRuntime::ObjCISA
2599 this->AppleObjCRuntime::GetValuesForGlobalCFBooleans(cf_true, cf_false); in GetValuesForGlobalCFBooleans()
2662 std::tie(module, function) = AppleObjCRuntime::GetExceptionThrowLocation(); in RegisterObjCExceptionRecognizer()
DAppleObjCClassDescriptorV2.cpp407 AppleObjCRuntime::ClassDescriptorSP metaclass(GetMetaclass()); in Describe()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DCMakeLists.txt10 add_subdirectory(AppleObjCRuntime)
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSArray.cpp370 AppleObjCRuntime *apple_runtime = in NSArraySummaryProvider()
371 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSArraySummaryProvider()
782 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSArraySyntheticFrontEndCreator()
DNSSet.cpp298 AppleObjCRuntime *apple_runtime = in NSSetSummaryProvider()
299 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSSetSummaryProvider()
379 AppleObjCRuntime *apple_runtime = in NSSetSyntheticFrontEndCreator()
380 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSSetSyntheticFrontEndCreator()
DCocoa.cpp486 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSNumberSummaryProvider()
878 auto *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSDateSummaryProvider()
1064 if (AppleObjCRuntime *objc_runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in ObjCBooleanSummaryProvider()
DNSDictionary.cpp431 AppleObjCRuntime *apple_runtime = in NSDictionarySummaryProvider()
432 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSDictionarySummaryProvider()
485 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSDictionarySyntheticFrontEndCreator()
/external/llvm-project/clang/docs/
DClangFormattedStatus.rst2722 * - lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime