Searched refs:getSectionAddress (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 170 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/ |
D | MachObjectWriter.cpp | 70 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/ |
D | X86MachObjectWriter.cpp | 361 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/ |
D | RuntimeDyldImpl.h | 193 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress() function 311 return getSectionAddress(Loc.first) + Loc.second; in getSymbolAddress()
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 137 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress() function
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 73 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
|
D | ObjectFile.h | 312 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0; 483 return OwningObject->getSectionAddress(SectionPimpl, Result); in getAddress()
|
D | COFF.h | 123 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
|
D | ELF.h | 672 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const; 1256 error_code ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec,
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 239 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()
|
D | COFFObjectFile.cpp | 313 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress() function in COFFObjectFile
|