Lines Matching refs:EC
87 if (std::error_code EC = TableOrErr.getError())
88 return EC;
94 if (std::error_code EC = S.getError())
95 return EC;
101 if (std::error_code EC = S.getError())
102 return EC;
108 if (std::error_code EC = G.getError())
109 return EC;
115 if (std::error_code EC = G.getError())
116 return EC;
122 if (std::error_code EC = S.getError())
123 return EC;
129 if (std::error_code EC = S.getError())
130 return EC;
138 if (std::error_code EC = StrTableOrErr.getError())
139 return EC;
150 if (std::error_code EC =
152 return EC;
188 if (std::error_code EC = ShdrOrErr.getError())
189 return EC;
195 if (std::error_code EC = NameOrErr.getError())
196 return EC;
213 if (std::error_code EC = StrTabSec.getError())
214 return EC;
216 if (std::error_code EC = StrTabOrErr.getError())
217 return EC;
237 if (std::error_code EC = NameOrErr.getError())
238 return EC;
243 if (std::error_code EC = LinkSection.getError())
244 return EC;
246 if (std::error_code EC = NameOrErr.getError())
247 return EC;
258 if (std::error_code EC = dumpCommonSection(Shdr, S))
259 return EC;
262 if (std::error_code EC = InfoSection.getError())
263 return EC;
266 if (std::error_code EC = NameOrErr.getError())
267 return EC;
279 if (std::error_code EC = dumpCommonRelocationSection(Shdr, *S))
280 return EC;
283 if (std::error_code EC = SymTabOrErr.getError())
284 return EC;
289 if (std::error_code EC = dumpRelocation(&*RI, SymTab, R))
290 return EC;
303 if (std::error_code EC = dumpCommonRelocationSection(Shdr, *S))
304 return EC;
307 if (std::error_code EC = SymTabOrErr.getError())
308 return EC;
314 if (std::error_code EC = dumpRelocation(&*RI, SymTab, R))
315 return EC;
328 if (std::error_code EC = dumpCommonSection(Shdr, *S))
329 return EC;
332 if (std::error_code EC = ContentOrErr.getError())
333 return EC;
345 if (std::error_code EC = dumpCommonSection(Shdr, *S))
346 return EC;
356 if (std::error_code EC = dumpCommonSection(Shdr, *S))
357 return EC;
360 if (std::error_code EC = SymtabOrErr.getError())
361 return EC;
365 if (std::error_code EC = StrTabOrErr.getError())
366 return EC;
369 if (std::error_code ec = sectionContents.getError())
370 return ec;
384 if (std::error_code EC = sHdr.getError())
385 return EC;
387 if (std::error_code ec = sectionName.getError())
388 return ec;
402 if (std::error_code EC = dumpCommonSection(Shdr, *S))
403 return EC;
406 if (std::error_code EC = ContentOrErr.getError())
407 return EC;
430 if (std::error_code EC = YAMLOrErr.getError())
431 return EC;