Searched refs:DumpDef (Results 1 – 4 of 4) sorted by relevance
54 struct DumpDef struct72 std::vector<DumpDef> dumpDefs; argument
91 void processDumpfiles(std::vector<Parser::DumpDef> &dumps);
505 void CreateDcdTreeFromSnapShot::processDumpfiles(std::vector<Parser::DumpDef> &dumps) in processDumpfiles()508 std::vector<Parser::DumpDef>::const_iterator it; in processDumpfiles()
251 struct DumpDef add = { m_address, m_file, m_length, m_offset, m_space}; in End()