reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 2825     RE = info->O->getRelocation(Rel);
 2826     r_length = info->O->getAnyRelocationLength(RE);
 2827     r_scattered = info->O->isRelocationScattered(RE);
 2829       r_value = info->O->getScatteredRelocationValue(RE);
 2830       r_type = info->O->getScatteredRelocationType(RE);
 2832       r_type = info->O->getAnyRelocationType(RE);
 2833       isExtern = info->O->getPlainRelocationExternal(RE);