Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h149 struct method_t { struct
150 lldb::addr_t m_name_ptr;
151 lldb::addr_t m_types_ptr;
152 lldb::addr_t m_imp_ptr;
154 std::string m_name;
155 std::string m_types;
157 static size_t GetSize(Process *process, bool is_small) { in GetSize()