Searched refs:ELFStub (Results 1 – 4 of 4) sorted by relevance
14 ELFStub::ELFStub(ELFStub const &Stub) { in ELFStub() function in ELFStub22 ELFStub::ELFStub(ELFStub &&Stub) { in ELFStub() function in ELFStub
130 template <> struct MappingTraits<ELFStub> {131 static void mapping(IO &IO, ELFStub &Stub) { in mapping()145 Expected<std::unique_ptr<ELFStub>> elfabi::readTBEFromBuffer(StringRef Buf) { in readTBEFromBuffer()147 std::unique_ptr<ELFStub> Stub(new ELFStub()); in readTBEFromBuffer()155 Error elfabi::writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub) { in writeTBEToOutputStream()158 YamlOut << const_cast<ELFStub &>(Stub); in writeTBEToOutputStream()
52 class ELFStub {61 ELFStub() {} in ELFStub() function62 ELFStub(const ELFStub &Stub);63 ELFStub(ELFStub &&Stub);
31 class ELFStub; variable36 Expected<std::unique_ptr<ELFStub>> readTBEFromBuffer(StringRef Buf);39 Error writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub);