Searched refs:getAnyRelocationType (Results 1 – 9 of 9) sorted by relevance
41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()137 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()197 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processI386ScatteredVANILLA()
59 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()219 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
261 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()
76 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation()
681 Res = getAnyRelocationType(RE); in getRelocationType()806 unsigned Type = this->getAnyRelocationType(RE); in getRelocationValueString()832 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()879 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()901 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()940 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()2179 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile
328 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
522 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
782 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()878 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()883 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()933 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()1078 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()1740 unsigned Type = info->O->getAnyRelocationType(RE); in GuessLiteralPointer()