Lines Matching refs:ec
85 error_code ec;
86 unwrap(SI)->increment(ec);
87 if (ec) report_fatal_error("LLVMMoveToNextSection failed: " + ec.message());
92 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
93 report_fatal_error(ec.message());
112 error_code ec;
113 unwrap(SI)->increment(ec);
114 if (ec) report_fatal_error("LLVMMoveToNextSymbol failed: " + ec.message());
120 if (error_code ec = (*unwrap(SI))->getName(ret))
121 report_fatal_error(ec.message());
127 if (error_code ec = (*unwrap(SI))->getSize(ret))
128 report_fatal_error(ec.message());
134 if (error_code ec = (*unwrap(SI))->getContents(ret))
135 report_fatal_error(ec.message());
141 if (error_code ec = (*unwrap(SI))->getAddress(ret))
142 report_fatal_error(ec.message());
149 if (error_code ec = (*unwrap(SI))->containsSymbol(**unwrap(Sym), ret))
150 report_fatal_error(ec.message());
170 error_code ec;
171 unwrap(SI)->increment(ec);
172 if (ec) report_fatal_error("LLVMMoveToNextRelocation failed: " +
173 ec.message());
180 if (error_code ec = (*unwrap(SI))->getName(ret))
181 report_fatal_error(ec.message());
187 if (error_code ec = (*unwrap(SI))->getAddress(ret))
188 report_fatal_error(ec.message());
194 if (error_code ec = (*unwrap(SI))->getFileOffset(ret))
195 report_fatal_error(ec.message());
201 if (error_code ec = (*unwrap(SI))->getSize(ret))
202 report_fatal_error(ec.message());
209 if (error_code ec = (*unwrap(RI))->getAddress(ret))
210 report_fatal_error(ec.message());
216 if (error_code ec = (*unwrap(RI))->getOffset(ret))
217 report_fatal_error(ec.message());
228 if (error_code ec = (*unwrap(RI))->getType(ret))
229 report_fatal_error(ec.message());
236 if (error_code ec = (*unwrap(RI))->getTypeName(ret))
237 report_fatal_error(ec.message());
247 if (error_code ec = (*unwrap(RI))->getValueString(ret))
248 report_fatal_error(ec.message());