Searched refs:method_t (Results 1 – 2 of 2) sorted by relevance
241 bool ClassDescriptorV2::method_t::Read(Process *process, lldb::addr_t addr) { in Read()354 if (base_method_list->m_entsize != method_t::GetSize(process)) in Describe()357 std::unique_ptr<method_t> method; in Describe()358 method.reset(new method_t); in Describe()
143 struct method_t { struct