Home
last modified time | relevance | path

Searched refs:SectionSize (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp664 uint64_t SectionSize; in DWARFContextInMemory() local
665 RelocatedSection->getSize(SectionSize); in DWARFContextInMemory()
694 if (Address + R.Width > SectionSize) { in DWARFContextInMemory()
697 << SectionSize << " bytes long.\n"; in DWARFContextInMemory()
/trueos/contrib/llvm/lib/MC/
HDMachObjectWriter.cpp204 uint64_t SectionSize = Layout.getSectionAddressSize(&SD); in WriteSection() local
223 Write64(SectionSize); // size in WriteSection()
226 Write32(SectionSize); // size in WriteSection()
HDWinCOFFObjectWriter.cpp255 return COFF::SectionSize; in size()
789 offset += COFF::SectionSize * Header.NumberOfSections; in WriteObject()
/trueos/contrib/llvm/include/llvm/Support/
HDCOFF.h41 SectionSize = 40, enumerator
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp251 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr() local
254 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr()