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

  /external/llvm/tools/sancov/
sancov.cc 292 uint64_t SectSize = Section.getSize();
293 if (!SectSize)
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 932 uint64_t SectSize = Section.getSize();
933 if (!SectSize)
    [all...]
MachODump.cpp 835 uint64_t SectSize = Sect->getSize();
858 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0';
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 494 uint64_t SectSize;
499 SectSize = Sect.size;
504 SectSize = Sect.size;
508 return SectSize;
512 if (FileSize - SectOffset < SectSize)
514 return SectSize;
    [all...]

Completed in 637 milliseconds