Searched refs:getAnyRelocationType (Results 1 – 5 of 5) sorted by relevance
879 Res = getAnyRelocationType(RE); in getRelocationType()985 unsigned Type = this->getAnyRelocationType(RE); in getRelocationValueString()1011 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()1058 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()1080 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()1119 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()1415 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in llvm::object::MachOObjectFile
82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation()
159 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
364 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
334 uint32_t RelType = MachO->getAnyRelocationType(RE); in processRelocationRef()