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)
91 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins)
115 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData)
129 void DebugInfoDumper::WritePosInfo(const pandasm::debuginfo::Ins &posInfo)
142 void DebugInfoDumper::WriteVariableInfo(const pandasm::debuginfo::LocalVariable &localVariableDebug)
155 void DebugInfoDumper::Dump()
208 void DebugInfoDumper::WriteProperty(const char *key, const Value &value, bool comma)
226 void DebugInfoDumper::Indent()