reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
985 std::error_code getSection(int32_t index, const coff_section *&Res) const;
178 if (std::error_code EC = getSection(SectionNumber, Section)) 254 if (std::error_code EC = getSection(Symb.getSectionNumber(), Sec)) 1828 if (std::error_code EC = Obj->getSection(Sym->getSectionNumber(), Section))tools/lld/COFF/InputFiles.cpp
204 if (auto ec = coffObj->getSection(i, sec))
tools/llvm-objcopy/COFF/Reader.cpp 61 if (auto EC = COFFObj.getSection(I, Sec))
tools/llvm-readobj/COFFDumper.cpp1453 if (std::error_code EC = Obj->getSection(Symbol.getSectionNumber(), Section)) { 1537 if (std::error_code EC = Obj->getSection(AuxNumber, Assoc))