|
LLVM
4.0.0
|
#include <RuntimeDyldMachOARM.h>
Public Types | |
| typedef uint32_t | TargetPtrT |
Definition at line 20 of file RuntimeDyldMachOARM.h.
Definition at line 27 of file RuntimeDyldMachOARM.h.
|
inline |
Definition at line 29 of file RuntimeDyldMachOARM.h.
|
inline |
Definition at line 37 of file RuntimeDyldMachOARM.h.
References llvm::MachO::ARM_RELOC_BR24, llvm::SectionEntry::getAddressWithOffset(), llvm::RuntimeDyldMachO::memcpyAddend(), llvm::RelocationEntry::Offset, llvm::RuntimeDyldImpl::readBytesUnaligned(), llvm::RelocationEntry::RelType, llvm::ARMBuildAttrs::Section, llvm::RelocationEntry::SectionID, and llvm::RuntimeDyldImpl::Sections.
Referenced by processRelocationRef().
|
inline |
Definition at line 174 of file RuntimeDyldMachOARM.h.
References llvm::object::SectionRef::getName(), llvm::RuntimeDyldMachO::populateIndirectSymbolPointersSection(), and llvm::Error::success().
|
inlineoverridevirtual |
Implements llvm::RuntimeDyldImpl.
Definition at line 33 of file RuntimeDyldMachOARM.h.
|
inlineoverridevirtual |
Implements llvm::RuntimeDyldImpl.
Definition at line 35 of file RuntimeDyldMachOARM.h.
|
inlineoverridevirtual |
Parses one or more object file relocations (some object files use relocation pairs) and stores it to Relocations or SymbolRelocations (this depends on the object file type).
Implements llvm::RuntimeDyldImpl.
Definition at line 54 of file RuntimeDyldMachOARM.h.
References llvm::RelocationEntry::Addend, llvm::RuntimeDyldImpl::addRelocationForSection(), llvm::RuntimeDyldImpl::addRelocationForSymbol(), llvm::MachO::ARM_RELOC_BR24, llvm::MachO::ARM_RELOC_HALF, llvm::MachO::ARM_RELOC_HALF_SECTDIFF, llvm::MachO::ARM_RELOC_LOCAL_SECTDIFF, llvm::MachO::ARM_RELOC_PAIR, llvm::MachO::ARM_RELOC_PB_LA_PTR, llvm::MachO::ARM_RELOC_SECTDIFF, llvm::MachO::ARM_THUMB_32BIT_BRANCH, llvm::MachO::ARM_THUMB_RELOC_BR22, decodeAddend(), llvm::MachO::GENERIC_RELOC_VANILLA, llvm::object::MachOObjectFile::getAnyRelocationType(), llvm::object::MachOObjectFile::getRelocation(), llvm::RuntimeDyldMachO::getRelocationEntry(), llvm::RuntimeDyldMachO::getRelocationValueRef(), llvm::RelocationEntry::IsPCRel, llvm::object::MachOObjectFile::isRelocationScattered(), llvm::RuntimeDyldMachO::makeValueAddendPCRel(), llvm::RelocationValueRef::Offset, llvm::RuntimeDyldMachO::processScatteredVANILLA(), llvm::RelocationEntry::RelType, llvm::RelocationValueRef::SectionID, llvm::RelocationValueRef::SymbolName, and UNIMPLEMENTED_RELOC.
|
inlineoverridevirtual |
A object file specific relocation resolver.
| RE | The relocation to be resolved |
| Value | Target symbol address to apply the relocation action |
Implements llvm::RuntimeDyldImpl.
Definition at line 115 of file RuntimeDyldMachOARM.h.
References llvm::RelocationEntry::Addend, llvm::MachO::ARM_RELOC_BR24, llvm::MachO::ARM_RELOC_HALF_SECTDIFF, llvm::MachO::ARM_RELOC_VANILLA, assert(), DEBUG, llvm::RuntimeDyldMachO::dumpRelocationToResolve(), llvm::SectionEntry::getAddressWithOffset(), llvm::SectionEntry::getLoadAddressWithOffset(), llvm::RelocationEntry::IsPCRel, llvm_unreachable, llvm::RelocationEntry::Offset, llvm::RuntimeDyldImpl::readBytesUnaligned(), llvm::RelocationEntry::RelType, llvm::ARMBuildAttrs::Section, llvm::RelocationEntry::SectionPair::SectionA, llvm::RelocationEntry::SectionPair::SectionB, llvm::RelocationEntry::SectionID, llvm::RelocationEntry::Sections, llvm::RuntimeDyldImpl::Sections, llvm::RelocationEntry::Size, and llvm::RuntimeDyldImpl::writeBytesUnaligned().
1.8.6