Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp163 Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
177 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
267 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()
282 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()
390 FixedValue += Writer->getSectionAddress(&SymSD); in RecordRelocation()
393 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordRelocation()
/external/llvm/lib/MC/
DMachObjectWriter.cpp61 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()
94 return getSectionAddress(SD->getFragment()->getParent()) + in getSymbolAddress()
100 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()
207 Write64(getSectionAddress(&SD)); // address in WriteSection()
210 Write32(getSectionAddress(&SD)); // address in WriteSection()
688 uint64_t Address = getSectionAddress(&SD); in WriteObject()
720 uint64_t SectionStart = SectionDataStart + getSectionAddress(it); in WriteObject()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h184 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress() function
274 return getSectionAddress(Loc.first) + Loc.second; in getSymbolAddress()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp359 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordScatteredRelocation()
378 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordScatteredRelocation()
527 FixedValue += Writer->getSectionAddress(&SymSD); in RecordX86Relocation()
530 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h123 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress() function
/external/llvm/include/llvm/Object/
DMachO.h68 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
DObjectFile.h305 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0;
472 return OwningObject->getSectionAddress(SectionPimpl, Result); in getAddress()
DCOFF.h122 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
DELF.h552 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
1061 ::getSectionAddress(DataRefImpl Sec,
/external/llvm/lib/Object/
DMachOObjectFile.cpp232 getSectionAddress(Sections[SectionIndex-1], EndOffset); in getSymbolSize()
498 error_code MachOObjectFile::getSectionAddress(DataRefImpl DRI, in getSectionAddress() function in llvm::object::MachOObjectFile
626 getSectionAddress(Sec, SectBegin); in sectionContainsSymbol()
DCOFFObjectFile.cpp308 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress() function in COFFObjectFile