Lines Matching defs:WriteProperty
99 WriteProperty("opcode", insCopy.ToString());
121 WriteProperty(elem.GetName().c_str(), value->GetValue<std::string>(), false);
123 WriteProperty(elem.GetName().c_str(), value->GetValue<size_t>());
134 WriteProperty("boundLeft", posInfo.boundLeft);
135 WriteProperty("boundRight", posInfo.boundRight);
136 WriteProperty("sourceLineNum", static_cast<int32_t>(posInfo.lineNumber));
137 WriteProperty("wholeLine", posInfo.wholeLine, false);
145 WriteProperty("name", localVariableDebug.name);
146 WriteProperty("signature", localVariableDebug.signature);
147 WriteProperty("signatureType", localVariableDebug.signatureType);
148 WriteProperty("reg", localVariableDebug.reg);
149 WriteProperty("start", static_cast<size_t>(localVariableDebug.start));
150 WriteProperty("length", static_cast<size_t>(localVariableDebug.length), false);
168 WriteProperty("name", iter->first);
174 WriteProperty("retType", iter->second.returnType.GetName());
184 WriteProperty("sourceFile", iter->second.sourceFile);
185 WriteProperty("sourceCode", iter->second.sourceCode);
208 void DebugInfoDumper::WriteProperty(const char *key, const Value &value, bool comma)