MCPcopy Create free account
hub / github.com/avast/retdec / getDefaultDataType

Function getDefaultDataType

src/debugformat/dwarf.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace {
17
18std::string getDefaultDataType()
19{
20 return "i32";
21}
22
23} // anonymous namespace
24

Callers 3

loadDwarf_typeMethod · 0.85
_loadDwarf_typeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected