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

  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 544 uint64_t SectionSize;
545 i->getSize(SectionSize);
575 if (Address + R.Width > SectionSize) {
578 << SectionSize << " bytes long.\n";
  /external/llvm/lib/MC/
MachObjectWriter.cpp 203 uint64_t SectionSize = Layout.getSectionAddressSize(&SD);
222 Write64(SectionSize); // size
225 Write32(SectionSize); // size
    [all...]
WinCOFFObjectWriter.cpp 267 return COFF::SectionSize;
766 offset += COFF::SectionSize * Header.NumberOfSections;
  /external/llvm/include/llvm/Support/
COFF.h 38 SectionSize = 40,

Completed in 197 milliseconds