Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp121 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections())) in toSec()
723 (uint64_t)getNumberOfSections() * sizeof(coff_section)))) in COFFObjectFile()
821 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()
923 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) { in getSection()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp49 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
/external/llvm/include/llvm/Object/
DCOFF.h699 uint32_t getNumberOfSections() const { in getNumberOfSections() function
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp563 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()