Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h379 Error checkSection(const SectionBase &Sec);
H A DObject.cpp2658 Error IHexWriter::checkSection(const SectionBase &Sec) { in checkSection() function in llvm::objcopy::elf::IHexWriter
2694 if (Error E = checkSection(Sec)) in finalize()