Searched refs:AppleObjCRuntime (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCRuntime.cpp | 48 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 …]
|
| 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
|
| D | AppleObjCRuntime.h | 23 class AppleObjCRuntime : public lldb_private::ObjCLanguageRuntime { 25 ~AppleObjCRuntime() override; 109 AppleObjCRuntime(Process *process);
|
| D | AppleObjCRuntimeV1.h | 19 class AppleObjCRuntimeV1 : public AppleObjCRuntime { 36 return ClassID == &ID || AppleObjCRuntime::isA(ClassID); in isA()
|
| D | CMakeLists.txt | 2 AppleObjCRuntime.cpp
|
| D | AppleObjCRuntimeV2.h | 26 class AppleObjCRuntimeV2 : public AppleObjCRuntime { 42 return ClassID == &ID || AppleObjCRuntime::isA(ClassID); in isA()
|
| D | AppleObjCRuntimeV2.cpp | 730 : 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()
|
| D | AppleObjCClassDescriptorV2.cpp | 423 AppleObjCRuntime::ClassDescriptorSP metaclass(GetMetaclass()); in Describe()
|
| /openbsd/src/gnu/usr.bin/clang/liblldbPluginLanguageRuntime/ |
| D | Makefile | 15 AppleObjCRuntime.cpp \ 33 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| D | CMakeLists.txt | 10 add_subdirectory(AppleObjCRuntime)
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| D | NSSet.cpp | 298 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()
|
| D | NSArray.cpp | 393 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()
|
| D | Cocoa.cpp | 563 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()
|
| D | NSDictionary.cpp | 471 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/ |
| D | Plugins.def | 65 LLDB_PLUGIN(AppleObjCRuntime)
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ClangFormattedStatus.rst | 3212 * - lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
|
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | clang-formatted-files.txt | 4214 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
|