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()))
723 (uint64_t)getNumberOfSections() * sizeof(coff_section))))
821 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections();
923 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) {
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 699 uint32_t getNumberOfSections() const {
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 563 W.printNumber("SectionCount", Obj->getNumberOfSections());
    [all...]

Completed in 512 milliseconds