Home
last modified time | relevance | path

Searched refs:SectionTableRef (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h50 class SectionTableRef {
56 explicit SectionTableRef(ArrayRef<std::unique_ptr<SectionBase>> Secs) in SectionTableRef() function
58 SectionTableRef(const SectionTableRef &) = default;
420 virtual Error initialize(SectionTableRef SecTable);
495 Error initialize(SectionTableRef SecTable) override;
671 Error initialize(SectionTableRef SecTable) override;
719 Error initialize(SectionTableRef SecTable) override;
775 Error initialize(SectionTableRef SecTable) override;
1066 SectionTableRef sections() const { return SectionTableRef(Sections); } in sections()
1082 SectionTableRef removedSections() { return SectionTableRef(RemovedSections); } in removedSections()
H A DELFObject.cpp60 Error SectionBase::initialize(SectionTableRef) { return Error::success(); } in initialize() argument
597 Error SectionIndexSection::initialize(SectionTableRef SecTable) { in initialize()
756 Error SymbolTableSection::initialize(SectionTableRef SecTable) { in initialize()
896 SectionTableRef SecTable) { in initialize()
1097 Error Section::initialize(SectionTableRef SecTable) { in initialize()
1475 SectionTableRef SecTable = Obj.sections(); in initGroupSection()
1639 Expected<SectionBase *> SectionTableRef::getSection(uint32_t Index, in getSection()
1647 Expected<T *> SectionTableRef::getSectionOfType(uint32_t Index, in getSectionOfType()
2519 SectionTableRef Sections = Obj.sections(); in finalize()