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

Declarations

include/llvm/Object/MachO.h
  471   unsigned getPlainRelocationSymbolNum(

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  295       int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo);
lib/Object/MachOObjectFile.cpp
 2129   uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE);
 4240   unsigned SecNum = getPlainRelocationSymbolNum(RE);
tools/llvm-objdump/MachODump.cpp
  437     uint32_t Val = O->getPlainRelocationSymbolNum(RE);
  464   uint64_t Val = O->getPlainRelocationSymbolNum(RE);
  900                                   O->getPlainRelocationSymbolNum(RE));
 2778         unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext);
 2963         value = info->O->getPlainRelocationSymbolNum(RENext);
tools/llvm-readobj/MachODumper.cpp
  580       W.printNumber(Kind, TargetName, Obj->getPlainRelocationSymbolNum(RE));