Searched refs:objc_class (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp19 Process *process, std::unique_ptr<objc_class_t> &objc_class) const {
20 objc_class.reset(new objc_class_t);
22 bool ret = objc_class->Read(process, m_objc_class_ptr);
25 objc_class.reset();
188 Process *process, const objc_class_t &objc_class,
196 objc_class.m_data_ptr, sizeof(uint32_t), 0, error);
203 if (!class_rw->Read(process, objc_class.m_data_ptr)) {
218 if (!class_ro->Read(process, objc_class.m_data_ptr)) {
344 std::unique_ptr<objc_class_t> objc_class; local
348 if (!Read_objc_class(process, objc_class))
187 Read_class_row( Process *process, const objc_class_t &objc_class, std::unique_ptr<class_ro_t> &class_ro, std::unique_ptr<class_rw_t> &class_rw) const argument
425 std::unique_ptr<objc_class_t> objc_class; local
476 std::unique_ptr<objc_class_t> objc_class; local
[all...]
H A DAppleObjCClassDescriptorV2.h218 std::unique_ptr<objc_class_t> &objc_class) const;
220 bool Read_class_row(Process *process, const objc_class_t &objc_class,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobjc-lang.c55 struct objc_class { struct
1766 read_objc_class (CORE_ADDR addr, struct objc_class *class)
1788 struct objc_class class_str;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3631 uint32_t isa; /* struct objc_class * (32-bit pointer) */
3632 uint32_t super_class; /* struct objc_class * (32-bit pointer) */
3689 uint32_t isa; /* struct objc_class * (32-bit pointer) */
3913 inline void swapStruct(struct objc_class_t &objc_class) { argument
3914 sys::swapByteOrder(objc_class.isa);
3915 sys::swapByteOrder(objc_class.super_class);
3916 sys::swapByteOrder(objc_class.name);
3917 sys::swapByteOrder(objc_class.version);
3918 sys::swapByteOrder(objc_class.info);
3919 sys::swapByteOrder(objc_class
5501 print_objc_class_t(struct objc_class_t *objc_class, struct DisassembleInfo *info) argument
6279 struct objc_class_t objc_class; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1866 buf += "objc_exception_match((struct objc_class *)objc_getClass(\"";
2527 // struct objc_super { struct objc_object *receiver; struct objc_class *super; };
2537 // struct objc_class *super;
4948 Preamble += "struct objc_selector; struct objc_class;\n";
4979 Preamble += "__OBJC_RW_DLLIMPORT struct objc_class *class_getSuperclass";
4980 Preamble += "(struct objc_class *);\n";
4988 Preamble += "(struct objc_class *, struct objc_object *);\n";
5400 static bool objc_class = false; local
5401 if (!objc_class) {
5416 objc_class
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp59 case tok::objc_class:
137 MaybeSkipAttributes(tok::objc_class);

Completed in 214 milliseconds