HomeSort by relevance Sort by last modified time
    Searched refs:getNumberOfSections (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 49 dumpSections(Obj.getNumberOfSections());
  /external/llvm/lib/Object/
COFFObjectFile.cpp 121 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections()))
693 (uint64_t)getNumberOfSections() * sizeof(coff_section))))
783 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections();
881 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) {
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 559 uint32_t getNumberOfSections() const {
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 370 W.printNumber("SectionCount", Obj->getNumberOfSections());
    [all...]

Completed in 4411 milliseconds