Searched refs:getSectionAddress (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 163 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/ |
D | MachObjectWriter.cpp | 61 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/ |
D | RuntimeDyldImpl.h | 184 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress() function 274 return getSectionAddress(Loc.first) + Loc.second; in getSymbolAddress()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 359 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/ |
D | MCMachObjectWriter.h | 123 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress() function
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 68 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
|
D | ObjectFile.h | 305 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0; 472 return OwningObject->getSectionAddress(SectionPimpl, Result); in getAddress()
|
D | COFF.h | 122 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
|
D | ELF.h | 552 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const; 1061 ::getSectionAddress(DataRefImpl Sec,
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 232 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()
|
D | COFFObjectFile.cpp | 308 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress() function in COFFObjectFile
|