Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h379 Error checkSection(const SectionBase &Sec);
H A DObject.cpp2663 Error IHexWriter::checkSection(const SectionBase &Sec) { in checkSection() function in IHexWriter
2683 if (Error E = checkSection(Sec)) in finalize()