MCPcopy Create free account
hub / github.com/REhints/HexRaysCodeXplorer / getName

Method getName

src/HexRaysCodeXplorer/MSVCObjectFormatParser.cpp:212–215  ·  view source on GitHub ↗

Get type name into a buffer type_info assumed to be valid

Source from the content-addressed store, hash-verified

210// Get type name into a buffer
211// type_info assumed to be valid
212bool RTTI::type_info::getName(ea_t typeInfo, qstring& outName)
213{
214 return readIdaString(typeInfo + offsetof(type_info, _M_d_name), outName) > 0;
215}
216
217// A valid type_info/TypeDescriptor at pointer?
218bool RTTI::type_info::isValid(ea_t typeInfo)

Callers

nothing calls this directly

Calls 1

readIdaStringFunction · 0.85

Tested by

no test coverage detected