reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  602     Obj.Machine = Config.OutputArch.getValue().EMachine;
  603     Obj.OSABI = Config.OutputArch.getValue().OSABI;
  610   if (Error E = replaceAndRemoveSections(Config, Obj))
  613   if (Error E = updateAndRemoveSymbols(Config, Obj))
  617     for (SectionBase &Sec : Obj.sections()) {
  633     for (SectionBase &Sec : Obj.sections()) {
  674     for (SectionBase &Sec : Obj.sections()) {
  682     for (auto &Sec : Obj.sections()) {
  704         Obj.addSection<OwnedDataSection>(SecName, Data);
  713     if (Error E = dumpSectionToFile(SecName, File, Obj))
  718     Obj.addSection<GnuDebugLinkSection>(Config.AddGnuDebugLink,
  722     SectionBase *Sec = Obj.findSection(SI.SectionName);
  724     Obj.SymbolTable->addSymbol(
  730     Obj.Entry = Config.EntryExpr(Obj.Entry);
  730     Obj.Entry = Config.EntryExpr(Obj.Entry);