Searched defs:RelType (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFRelocationInfo.cpp29 uint64_t RelType; Rel.getType(RelType); variable
61 switch(RelType) {
H A DX86MachORelocationInfo.cpp30 uint64_t RelType; Rel.getType(RelType); variable
45 switch(RelType) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h67 switch (RE.RelType) {
79 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32);
136 uint64_t RelType; variable
137 Check(RelI->getType(RelType));
144 switch (RelType) {
171 << " RelType: " << RelType << " TargetName: " << TargetName
174 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend);
H A DRuntimeDyldMachOAArch64.h41 switch (RE.RelType) {
58 switch (RE.RelType) {
134 MachO::RelocationInfoType RelType, int64_t Addend) const {
136 switch (RelType) {
153 switch (RelType) {
291 if (RE.RelType == MachO::ARM64_RELOC_GOT_LOAD_PAGE21 ||
292 RE.RelType == MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12)
309 MachO::RelocationInfoType RelType = variable
310 static_cast<MachO::RelocationInfoType>(RE.RelType);
312 switch (RelType) {
133 encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, MachO::RelocationInfoType RelType, int64_t Addend) const argument
[all...]
H A DRuntimeDyldMachOARM.h40 switch (RE.RelType) {
61 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); variable
64 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF)
79 if ((RE.RelType & 0xf) == MachO::ARM_RELOC_BR24)
108 switch (RE.RelType) {
197 RelocationEntry TargetRE(RE.SectionID, RE.Offset, RE.RelType, 0,
H A DRuntimeDyldMachOI386.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); variable
45 if (RelType == MachO::GENERIC_RELOC_SECTDIFF ||
46 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)
49 else if (RelType == MachO::GENERIC_RELOC_VANILLA)
94 switch (RE.RelType) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h77 MachO::RelocationInfoType RelType = local
80 return RelocationEntry(SectionID, Offset, RelType, 0, IsPCRel, Size);
H A DRuntimeDyldImpl.h94 /// RelType - relocation type.
95 uint32_t RelType; member in class:llvm::RelocationEntry
120 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
125 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
130 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
136 : SectionID(id), Offset(offset), RelType(type),

Completed in 188 milliseconds