Home
last modified time | relevance | path

Searched defs:method_t (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCClassDescriptorV2.h145 struct method_t { struct
146 lldb::addr_t m_name_ptr;
147 lldb::addr_t m_types_ptr;
148 lldb::addr_t m_imp_ptr;
150 std::string m_name;
151 std::string m_types;
153 static size_t GetSize(Process *process, bool is_small) { in GetSize()
/external/zstd/tests/regression/
Dmethod.h53 } method_t; typedef
/external/libabigail/src/
Dabg-dwarf-reader.cc11702 method_type_sptr method_t = is_method_type(m->get_type()); in finish_member_function_reading() local