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

  /external/llvm/lib/Target/ARM/
ARMMachObjectWriter.cpp 145 Writer->getSectionAddress(A_SD->getFragment()->getParent());
158 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
241 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent());
255 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
361 FixedValue += Writer->getSectionAddress(&SymSD);
364 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
  /external/llvm/include/llvm/Object/
COFF.h 95 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
ObjectFile.h 155 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0;
285 return OwningObject->getSectionAddress(SectionPimpl, Result);
  /external/llvm/lib/MC/
MachObjectWriter.cpp 60 return getSectionAddress(Fragment->getParent()) +
93 return getSectionAddress(SD->getFragment()->getParent()) +
99 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD);
206 Write64(getSectionAddress(&SD)); // address
209 Write32(getSectionAddress(&SD)); // address
645 uint64_t Address = getSectionAddress(&SD);
677 uint64_t SectionStart = SectionDataStart + getSectionAddress(it);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 123 uint64_t getSectionAddress(const MCSectionData* SD) const {
  /external/llvm/lib/Target/X86/
X86MachObjectWriter.cpp 359 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent());
378 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
527 FixedValue += Writer->getSectionAddress(&SymSD);
530 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
  /external/llvm/lib/Object/
MachOObjectFile.cpp 59 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
332 error_code MachOObjectFile::getSectionAddress(DataRefImpl DRI,
COFFObjectFile.cpp 260 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec,
ELFObjectFile.cpp 234 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
462 ::getSectionAddress(DataRefImpl Sec,

Completed in 87 milliseconds