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

References

lib/TextAPI/ELF/ELFStub.cpp
   17   SoName = Stub.SoName;
   17   SoName = Stub.SoName;
   25   SoName = std::move(Stub.SoName);
   25   SoName = std::move(Stub.SoName);
lib/TextAPI/ELF/TBEHandler.cpp
  135     IO.mapOptional("SoName", Stub.SoName);
tools/llvm-elfabi/ELFObjHandler.cpp
  334     DestStub->SoName = *NameOrErr;
tools/llvm-elfabi/llvm-elfabi.cpp
  134       TargetStub->SoName = SOName;
unittests/TextAPI/ELFYAMLTest.cpp
   48   EXPECT_FALSE(Stub->SoName.hasValue());
   73   EXPECT_TRUE(Stub->SoName.hasValue());
   74   EXPECT_STREQ(Stub->SoName->c_str(), "test.so");
  216   Stub.SoName = "nosyms.so";