reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
480 unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const;
405 uint32_t OtherHalf = MachO.getAnyRelocationAddress(RE2) & 0xffff;
lib/Object/MachOObjectFile.cpp 2120 return getAnyRelocationAddress(RE);
tools/llvm-objdump/MachODump.cpp894 const unsigned r_address = O->getAnyRelocationAddress(RE); 2847 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff;