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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 144 Writer->getSectionAddress(A_SD->getFragment()->getParent());
157 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
240 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent());
254 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
360 FixedValue += Writer->getSectionAddress(&SymSD);
363 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
  /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
660 uint64_t Address = getSectionAddress(&SD);
692 uint64_t SectionStart = SectionDataStart + getSectionAddress(it);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 123 uint64_t getSectionAddress(const MCSectionData* SD) const {
  /external/llvm/include/llvm/Object/
MachO.h 65 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
ObjectFile.h 260 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0;
405 return OwningObject->getSectionAddress(SectionPimpl, Result);
COFF.h 122 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
  /external/llvm/lib/Target/X86/MCTargetDesc/
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 142 getSectionAddress(Sections[SectionIndex-1], SectionOffset);
421 error_code MachOObjectFile::getSectionAddress(DataRefImpl DRI,
516 getSectionAddress(Sec, SectBegin);
ELFObjectFile.cpp 342 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
726 ::getSectionAddress(DataRefImpl Sec,
    [all...]
COFFObjectFile.cpp 325 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec,

Completed in 394 milliseconds