Home
last modified time | relevance | path

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

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