Home
last modified time | relevance | path

Searched refs:getSectionAddress (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp170 Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
184 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
274 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()
289 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()
346 Value += Writer->getSectionAddress(&SymSD); in requiresExternRelocation()
347 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation()
438 FixedValue += Writer->getSectionAddress(&SymSD); in RecordRelocation()
441 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordRelocation()
/external/llvm/lib/MC/
DMachObjectWriter.cpp70 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()
108 return getSectionAddress(SD->getFragment()->getParent()) + in getSymbolAddress()
114 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()
221 Write64(getSectionAddress(&SD)); // address in WriteSection()
224 Write32(getSectionAddress(&SD)); // address in WriteSection()
764 uint64_t Address = getSectionAddress(&SD); in WriteObject()
796 uint64_t SectionStart = SectionDataStart + getSectionAddress(it); in WriteObject()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp361 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordScatteredRelocation()
380 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordScatteredRelocation()
559 FixedValue += Writer->getSectionAddress(&SymSD); in RecordX86Relocation()
562 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h193 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress() function
311 return getSectionAddress(Loc.first) + Loc.second; in getSymbolAddress()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h137 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress() function
/external/llvm/include/llvm/Object/
DMachO.h73 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
DObjectFile.h312 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0;
483 return OwningObject->getSectionAddress(SectionPimpl, Result); in getAddress()
DCOFF.h123 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
DELF.h672 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
1256 error_code ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec,
/external/llvm/lib/Object/
DMachOObjectFile.cpp239 getSectionAddress(Sections[SectionIndex-1], EndOffset); in getSymbolSize()
528 error_code MachOObjectFile::getSectionAddress(DataRefImpl DRI, in getSectionAddress() function in llvm::object::MachOObjectFile
667 getSectionAddress(Sec, SectBegin); in sectionContainsSymbol()
DCOFFObjectFile.cpp313 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress() function in COFFObjectFile