HomeSort by relevance Sort by last modified time
    Searched refs:getSectionAddress (Results 1 - 15 of 15) 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());
271 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent());
287 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
344 Value += Writer->getSectionAddress(&SymSD);
345 Value -= Writer->getSectionAddress(Fragment.getParent());
438 FixedValue += Writer->getSectionAddress(&SymSD);
441 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 217 Writer->getSectionAddress(A_SD->getFragment()->getParent());
230 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
370 FixedValue += Writer->getSectionAddress(&SymSD);
373 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
  /external/llvm/lib/MC/
MachObjectWriter.cpp 71 return getSectionAddress(Fragment->getParent()) +
109 return getSectionAddress(SD->getFragment()->getParent()) +
115 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD);
224 Write64(getSectionAddress(&SD)); // address
227 Write32(getSectionAddress(&SD)); // address
832 uint64_t Address = getSectionAddress(&SD);
864 uint64_t SectionStart = SectionDataStart + getSectionAddress(it);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 380 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent());
400 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
582 FixedValue += Writer->getSectionAddress(&SymSD);
585 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 252 uint8_t *getSectionAddress(unsigned SectionID) {
370 return getSectionAddress(Loc.first) + Loc.second;
RuntimeDyldChecker.cpp 638 uint8_t *SectionAddr = RTDyld.getSectionAddress(Loc.first);
RuntimeDyldELF.cpp     [all...]
RuntimeDyldMachO.cpp 473 uint8_t* JTSectionAddr = getSectionAddress(JTSectionID);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 138 uint64_t getSectionAddress(const MCSectionData* SD) const {
  /external/llvm/include/llvm/Object/
ObjectFile.h 246 virtual std::error_code getSectionAddress(DataRefImpl Sec,
419 return OwningObject->getSectionAddress(SectionPimpl, Result);
MachO.h 83 std::error_code getSectionAddress(DataRefImpl Sec,
COFF.h 381 std::error_code getSectionAddress(DataRefImpl Sec,
ELFObjectFile.h 81 std::error_code getSectionAddress(DataRefImpl Sec,
390 std::error_code ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec,
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 581 getSectionAddress(Sec, EndOffset);
675 std::error_code MachOObjectFile::getSectionAddress(DataRefImpl Sec,
807 getSectionAddress(Sec, SectBegin);
854 getSectionAddress(Sec, SecAddress);
    [all...]
COFFObjectFile.cpp 254 std::error_code COFFObjectFile::getSectionAddress(DataRefImpl Ref,
    [all...]

Completed in 171 milliseconds