Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h155 struct method_t { struct
156 lldb::addr_t m_name_ptr;
157 lldb::addr_t m_types_ptr;
158 lldb::addr_t m_imp_ptr;
160 std::string m_name;
161 std::string m_types;
163 static size_t GetSize(Process *process, bool is_small) { in GetSize()