Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp122 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections())) in toSec()
646 (uint64_t)getNumberOfSections() * sizeof(coff_section)))) in COFFObjectFile()
736 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()
838 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.h626 uint32_t getNumberOfSections() const { in getNumberOfSections() function
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp378 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()