MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / DemangleGNU3

Method DemangleGNU3

demangler/gnu3/demangle_gnu3.cpp:200–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199
200DemangleGNU3::DemangleGNU3(Architecture* arch, const string& mangledName) :
201 m_reader(mangledName),
202 m_arch(arch),
203 m_isParameter(false),
204 m_shouldDeleteReader(true),
205 m_topLevel(true),
206 m_isOperatorOverload(false)
207{
208 MyLogDebug("%s : %s\n", __FUNCTION__, m_reader.GetRaw().c_str());
209}
210
211
212void DemangleGNU3::PushTemplateType(TypeBuilder type)

Callers

nothing calls this directly

Calls 3

MyLogDebugFunction · 0.85
c_strMethod · 0.80
GetRawMethod · 0.45

Tested by

no test coverage detected