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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 170 Writer->getSectionAddress(A_SD->getFragment()->getParent());
184 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
274 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent());
289 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
346 Value += Writer->getSectionAddress(&SymSD);
347 Value -= Writer->getSectionAddress(Fragment.getParent());
438 FixedValue += Writer->getSectionAddress(&SymSD);
441 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 206 uint8_t *getSectionAddress(unsigned SectionID) {
309 return getSectionAddress(Loc.first) + Loc.second;
  /external/llvm/lib/MC/
MachObjectWriter.cpp 70 return getSectionAddress(Fragment->getParent()) +
108 return getSectionAddress(SD->getFragment()->getParent()) +
114 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD);
221 Write64(getSectionAddress(&SD)); // address
224 Write32(getSectionAddress(&SD)); // address
764 uint64_t Address = getSectionAddress(&SD);
796 uint64_t SectionStart = SectionDataStart + getSectionAddress(it);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 361 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent());
380 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
559 FixedValue += Writer->getSectionAddress(&SymSD);
562 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 137 uint64_t getSectionAddress(const MCSectionData* SD) const {
  /external/llvm/include/llvm/Object/
ObjectFile.h 310 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0;
482 return OwningObject->getSectionAddress(SectionPimpl, Result);
MachO.h 80 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
COFF.h 228 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
ELF.h 692 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 554 getSectionAddress(Sec, EndOffset);
683 MachOObjectFile::getSectionAddress(DataRefImpl Sec, uint64_t &Res) const {
806 getSectionAddress(Sec, SectBegin);
    [all...]
COFFObjectFile.cpp 314 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec,

Completed in 1052 milliseconds