Searched refs:getSectionAddress (Results 1 – 13 of 13) sorted by relevance
| /trueos/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMMachObjectWriter.cpp | 169 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/ |
| HD | PPCMachObjectWriter.cpp | 217 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/ |
| HD | MachObjectWriter.cpp | 69 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/ |
| HD | X86MachObjectWriter.cpp | 379 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/ |
| HD | RuntimeDyldImpl.h | 219 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress() function 328 return getSectionAddress(Loc.first) + Loc.second; in getSymbolAddress()
|
| HD | RuntimeDyldELF.cpp | 1345 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/ |
| HD | MCMachObjectWriter.h | 137 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress() function
|
| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | ObjectFile.h | 305 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0; 473 return OwningObject->getSectionAddress(SectionPimpl, Result); in getAddress()
|
| HD | MachO.h | 77 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
|
| HD | COFF.h | 259 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
|
| HD | ELFObjectFile.h | 76 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/ |
| HD | MachOObjectFile.cpp | 563 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()
|
| HD | COFFObjectFile.cpp | 245 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress() function in COFFObjectFile
|