Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMachObjectWriter.cpp169 Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
183 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
273 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()
288 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()
345 Value += Writer->getSectionAddress(&SymSD); in requiresExternRelocation()
346 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation()
437 FixedValue += Writer->getSectionAddress(&SymSD); in RecordRelocation()
440 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordRelocation()
/trueos/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMachObjectWriter.cpp217 Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordScatteredRelocation()
230 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordScatteredRelocation()
370 FixedValue += Writer->getSectionAddress(&SymSD); in RecordPPCRelocation()
373 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordPPCRelocation()
/trueos/contrib/llvm/lib/MC/
HDMachObjectWriter.cpp69 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()
107 return getSectionAddress(SD->getFragment()->getParent()) + in getSymbolAddress()
113 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()
222 Write64(getSectionAddress(&SD)); // address in WriteSection()
225 Write32(getSectionAddress(&SD)); // address in WriteSection()
782 uint64_t Address = getSectionAddress(&SD); in WriteObject()
814 uint64_t SectionStart = SectionDataStart + getSectionAddress(it); in WriteObject()
/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachObjectWriter.cpp379 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordScatteredRelocation()
399 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordScatteredRelocation()
578 FixedValue += Writer->getSectionAddress(&SymSD); in RecordX86Relocation()
581 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldImpl.h219 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress() function
328 return getSectionAddress(Loc.first) + Loc.second; in getSymbolAddress()
HDRuntimeDyldELF.cpp1345 uint64_t *LocalGOTAddr = (uint64_t*)getSectionAddress(GOTSectionID); in findGOTEntry()
1349 uint32_t *LocalGOTAddr = (uint32_t*)getSectionAddress(GOTSectionID); in findGOTEntry()
/trueos/contrib/llvm/include/llvm/MC/
HDMCMachObjectWriter.h137 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress() function
/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h305 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0;
473 return OwningObject->getSectionAddress(SectionPimpl, Result); in getAddress()
HDMachO.h77 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
HDCOFF.h259 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
HDELFObjectFile.h76 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
444 error_code ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec, in getSectionAddress() function
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp563 getSectionAddress(Sec, EndOffset); in getSymbolSize()
666 MachOObjectFile::getSectionAddress(DataRefImpl Sec, uint64_t &Res) const { in getSectionAddress() function in llvm::object::MachOObjectFile
789 getSectionAddress(Sec, SectBegin); in sectionContainsSymbol()
HDCOFFObjectFile.cpp245 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress() function in COFFObjectFile