Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp48 LLDB_PLUGIN_DEFINE(AppleObjCRuntime)
50 char AppleObjCRuntime::ID = 0;
52 AppleObjCRuntime::~AppleObjCRuntime() = default;
54 AppleObjCRuntime::AppleObjCRuntime(Process *process) in AppleObjCRuntime() function in AppleObjCRuntime
60 void AppleObjCRuntime::Initialize() { in Initialize()
65 void AppleObjCRuntime::Terminate() { in Terminate()
70 bool AppleObjCRuntime::GetObjectDescription(Stream &str, ValueObject &valobj) { in GetObjectDescription()
98 bool AppleObjCRuntime::GetObjectDescription(Stream &strm, Value &value, in GetObjectDescription()
219 lldb::ModuleSP AppleObjCRuntime::GetObjCModule() { in GetObjCModule()
229 if (AppleObjCRuntime::AppleIsModuleObjCLibrary(module_sp)) { in GetObjCModule()
[all …]
DAppleObjCRuntimeV1.cpp43 : 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
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.h26 class AppleObjCRuntimeV2 : public AppleObjCRuntime {
42 return ClassID == &ID || AppleObjCRuntime::isA(ClassID); in isA()
DAppleObjCRuntimeV2.cpp730 : AppleObjCRuntime(process), m_objc_module_sp(objc_module_sp), in AppleObjCRuntimeV2()
819 if (AppleObjCRuntime::GetObjCVersion(process, objc_module_sp) == in CreateInstance()
3179 lldb_private::AppleObjCRuntime::ObjCISA
3239 this->AppleObjCRuntime::GetValuesForGlobalCFBooleans(cf_true, cf_false); in GetValuesForGlobalCFBooleans()
3304 std::tie(module, function) = AppleObjCRuntime::GetExceptionThrowLocation(); in RegisterObjCExceptionRecognizer()
DAppleObjCClassDescriptorV2.cpp423 AppleObjCRuntime::ClassDescriptorSP metaclass(GetMetaclass()); in Describe()
/openbsd/src/gnu/usr.bin/clang/liblldbPluginLanguageRuntime/
DMakefile15 AppleObjCRuntime.cpp \
33 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
DCMakeLists.txt10 add_subdirectory(AppleObjCRuntime)
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
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()
DNSArray.cpp393 AppleObjCRuntime *apple_runtime = in NSArraySummaryProvider()
394 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSArraySummaryProvider()
800 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSArraySyntheticFrontEndCreator()
DCocoa.cpp563 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSNumberSummaryProvider()
971 auto *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSDateSummaryProvider()
1157 if (AppleObjCRuntime *objc_runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in ObjCBooleanSummaryProvider()
DNSDictionary.cpp471 AppleObjCRuntime *apple_runtime = in NSDictionarySummaryProvider()
472 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSDictionarySummaryProvider()
524 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSDictionarySyntheticFrontEndCreator()
/openbsd/src/gnu/usr.bin/clang/include/lldb/Plugins/
DPlugins.def65 LLDB_PLUGIN(AppleObjCRuntime)
/openbsd/src/gnu/llvm/clang/docs/
DClangFormattedStatus.rst3212 * - lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4214 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h
4215 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h
4216 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
4217 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
4218 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h