Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.h389 Error checkSection(const SectionBase &S) const;
HDELFObject.cpp2758 Error ASCIIHexWriter::checkSection(const SectionBase &S) const { in checkSection() function in ASCIIHexWriter
2777 if (Error E = checkSection(S)) in finalize()