Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h56 explicit SectionTableRef(MutableArrayRef<std::unique_ptr<SectionBase>> Secs) in SectionTableRef() function
H A DObject.cpp60 Error SectionBase::initialize(SectionTableRef) { return Error::success(); } in initialize() argument