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

References

lib/TextAPI/ELF/ELFStub.cpp
   16   Arch = Stub.Arch;
   16   Arch = Stub.Arch;
   24   Arch = std::move(Stub.Arch);
   24   Arch = std::move(Stub.Arch);
lib/TextAPI/ELF/TBEHandler.cpp
  136     IO.mapRequired("Arch", (ELFArchMapper &)Stub.Arch);
tools/llvm-elfabi/ELFObjHandler.cpp
  325   DestStub->Arch = ElfFile->getHeader()->e_machine;
unittests/TextAPI/ELFYAMLTest.cpp
   49   EXPECT_EQ(Stub->Arch, (uint16_t)llvm::ELF::EM_X86_64);
  160   Stub.Arch = ELF::EM_AARCH64;
  217   Stub.Arch = ELF::EM_X86_64;