Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:error_code

83   std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
85 std::error_code resolveSymbolName(const coff_section *Section,
106 std::error_code createCOFFDumper(const object::ObjectFile *Obj,
121 std::error_code COFFDumper::resolveSymbol(const coff_section *Section,
138 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
142 if (std::error_code EC = resolveSymbol(Section, Offset, Symbol))
145 if (std::error_code EC = NameOrErr.getError())
148 return std::error_code();
335 static std::error_code getSymbolAuxData(const COFFObjectFile *Obj,
868 if (std::error_code EC = Obj->getSectionName(Section, SectionName))
886 if (std::error_code EC = Obj->getSection(Symbol.getSectionNumber(), Section)) {
929 std::error_code EC = Linked.getError();
968 std::error_code EC = Obj->getSection(AuxNumber, Assoc);
988 std::error_code EC = ReferredSym.getError();
1012 SymbolRef &Symbol, void *user_data) -> std::error_code {