Home
last modified time | relevance | path

Searched refs:getNumberOfSections (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp122 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections())) in toSec()
632 (uint64_t)getNumberOfSections() * sizeof(coff_section)))) in COFFObjectFile()
722 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()
820 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) { in getSection()
/NextBSD/contrib/llvm/include/llvm/Object/
HDCOFF.h626 uint32_t getNumberOfSections() const { in getNumberOfSections() function
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp376 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()