Lines Matching defs:WriteProperty
102 WriteProperty("opcode", insCopy.ToString());
124 WriteProperty(elem.GetName().c_str(), value->GetValue<std::string>(), false);
126 WriteProperty(elem.GetName().c_str(), value->GetValue<size_t>());
137 WriteProperty("boundLeft", posInfo.bound_left);
138 WriteProperty("boundRight", posInfo.bound_right);
139 WriteProperty("sourceLineNum", static_cast<int32_t>(posInfo.line_number));
140 WriteProperty("wholeLine", posInfo.whole_line, false);
148 WriteProperty("name", localVariableDebug.name);
149 WriteProperty("signature", localVariableDebug.signature);
150 WriteProperty("signatureType", localVariableDebug.signature_type);
151 WriteProperty("reg", localVariableDebug.reg);
152 WriteProperty("start", static_cast<size_t>(localVariableDebug.start));
153 WriteProperty("length", static_cast<size_t>(localVariableDebug.length), false);
171 WriteProperty("name", iter->first);
177 WriteProperty("retType", iter->second.return_type.GetName());
187 WriteProperty("sourceFile", iter->second.source_file);
188 WriteProperty("sourceCode", iter->second.source_code);
211 void DebugInfoDumper::WriteProperty(const char *key, const Value &value, bool comma)