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

  /external/llvm/include/llvm/MC/
MCAsmLayout.h 90 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
  /external/llvm/lib/MC/
MachObjectWriter.cpp 100 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD);
189 uint64_t SectionSize = Layout.getSectionAddressSize(&SD);
551 StartAddress += Layout.getSectionAddressSize(SD);
689 uint64_t Size = Layout.getSectionAddressSize(&SD);
MCAssembler.cpp 137 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
149 return getSectionAddressSize(SD);
549 Layout.getSectionAddressSize(SD));
    [all...]
WinCOFFObjectWriter.cpp 717 if (Layout.getSectionAddressSize((*i)->MCData) > 0) {
777 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i);
ELFObjectWriter.cpp 56 static uint64_t GetSectionAddressSize(const MCAsmLayout &Layout,
    [all...]

Completed in 1340 milliseconds