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

References

tools/lld/lib/ReaderWriter/MachO/ArchHandler.cpp
  115 void ArchHandler::appendReloc(normalized::Relocations &relocs, uint32_t offset,
tools/lld/lib/ReaderWriter/MachO/ArchHandler.h
  194                                         normalized::Relocations&) = 0;
  308   static void appendReloc(normalized::Relocations &relocs, uint32_t offset,
tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
  115                                 normalized::Relocations &) override;
 1188                                    normalized::Relocations &relocs) {
tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp
  174                                 normalized::Relocations &relocs) override;
  778     FindAddressForAtom addressForAtom, normalized::Relocations &relocs) {
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp
  121                                 normalized::Relocations &relocs) override;
  558                                    normalized::Relocations &relocs) {
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
  182                                 normalized::Relocations &relocs) override;
  771                                    normalized::Relocations &relocs) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h
  124   Relocations     relocations;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
   82 static std::error_code appendRelocations(Relocations &relocs, StringRef buffer,
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
   81   static size_t size(IO &io, Relocations &seq) {
   84   static Relocation& element(IO &io, Relocations &seq, size_t index) {