Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h56 explicit SectionTableRef(ArrayRef<std::unique_ptr<SectionBase>> Secs) in SectionTableRef() function
H A DELFObject.cpp62 Error SectionBase::initialize(SectionTableRef) { return Error::success(); } in initialize() argument