Lines Matching refs:DebugInfoDumper
25 DebugInfoDumper::DebugInfoDumper(const pandasm::Program *prog) : prog_(prog) {}
33 void DebugInfoDumper::WrapArray(const char *name, const std::vector<T> &array, bool comma)
94 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins)
118 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData)
132 void DebugInfoDumper::WritePosInfo(const pandasm::debuginfo::Ins &posInfo)
145 void DebugInfoDumper::WriteVariableInfo(const pandasm::debuginfo::LocalVariable &localVariableDebug)
158 void DebugInfoDumper::Dump()
211 void DebugInfoDumper::WriteProperty(const char *key, const Value &value, bool comma)
229 void DebugInfoDumper::Indent()