Home
last modified time | relevance | path

Searched defs:RelType (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h134 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
308 MachO::RelocationInfoType RelType = in resolveRelocation() local
DRuntimeDyldCOFFI386.h53 uint64_t RelType = RelI->getType(); in processRelocationRef() local
DRuntimeDyldCOFFX86_64.h124 uint64_t RelType = RelI->getType(); in processRelocationRef() local
DRuntimeDyldMachOX86_64.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
DRuntimeDyldMachOI386.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
DRuntimeDyldMachOARM.h61 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFRelocationInfo.cpp29 uint64_t RelType = Rel.getType(); in createExprForRelocation() local
DX86MachORelocationInfo.cpp30 uint64_t RelType = Rel.getType(); in createExprForRelocation() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h76 MachO::RelocationInfoType RelType = in getRelocationEntry() local
DRuntimeDyldELF.cpp610 uint32_t RelType = r_type; in resolveMIPS64Relocation() local
1135 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1143 uint32_t RuntimeDyldELF::getMatchingLoRelocation(uint32_t RelType, in getMatchingLoRelocation()
1170 uint64_t RelType = RelI->getType(); in processRelocationRef() local
DRuntimeDyldImpl.h134 uint32_t RelType; variable