Searched refs:getAnyRelocationType (Results 1 – 5 of 5) sorted by relevance
82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation()
892 Res = getAnyRelocationType(RE); in getRelocationType()1018 unsigned Type = this->getAnyRelocationType(RE); in getRelocationValueString()1044 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()1091 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()1113 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()1152 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()1735 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in llvm::object::MachOObjectFile
558 uint32_t RelocType = MachO->getAnyRelocationType(RE); in processSECTDIFFRelocation()623 uint32_t RelocType = MachO->getAnyRelocationType(RE); in processI386ScatteredVANILLA()663 uint32_t RelType = MachO->getAnyRelocationType(RE); in processRelocationRef()
179 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
346 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()