Home
last modified time | relevance | path

Searched refs:getAnyRelocationType (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
137 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h61 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
223 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
DRuntimeDyldMachOAArch64.h262 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp85 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
DRuntimeDyldMachO.cpp63 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp592 unsigned Type = Obj->getAnyRelocationType(RE); in getRelocationValueString()
619 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
667 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
689 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
729 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
DMachODump.cpp1735 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
1836 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
1841 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()
1901 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
2029 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
5601 unsigned Type = info->O->getAnyRelocationType(RE); in GuessLiteralPointer()
/external/llvm/include/llvm/Object/
DMachO.h326 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp561 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
/external/llvm/lib/Object/
DMachOObjectFile.cpp642 return getAnyRelocationType(RE); in getRelocationType()
1941 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile