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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 266 uint64_t SectionSize = DataSize + StubBufSize;
274 SectionSize += 4;
276 if (SectionSize > 0) {
279 CodeSectionSizes.push_back(SectionSize);
281 ROSectionSizes.push_back(SectionSize);
283 RWSectionSizes.push_back(SectionSize);
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 718 uint64_t SectionSize;
719 RelocatedSection->getSize(SectionSize);
746 if (Address + R.Width > SectionSize) {
749 << SectionSize << " bytes long.\n";
  /external/llvm/lib/MC/
MachObjectWriter.cpp 206 uint64_t SectionSize = Layout.getSectionAddressSize(&SD);
225 Write64(SectionSize); // size
228 Write32(SectionSize); // size
    [all...]
WinCOFFObjectWriter.cpp 253 return COFF::SectionSize;
901 offset += COFF::SectionSize * Header.NumberOfSections;
    [all...]
MCDwarf.cpp 824 const MCExpr *SectionSize = MakeStartMinusEndExpr(*MCOS,
827 MCOS->EmitAbsValue(SectionSize, AddrSize);
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 44 SectionSize = 40,
  /external/llvm/lib/Object/
MachOObjectFile.cpp 266 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
269 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize;
    [all...]

Completed in 122 milliseconds