Home
last modified time | relevance | path

Searched refs:ELFStub (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
HDELFStub.cpp14 ELFStub::ELFStub(ELFStub const &Stub) { in ELFStub() function in ELFStub
22 ELFStub::ELFStub(ELFStub &&Stub) { in ELFStub() function in ELFStub
HDTBEHandler.cpp130 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()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/ELF/
HDELFStub.h52 class ELFStub {
61 ELFStub() {} in ELFStub() function
62 ELFStub(const ELFStub &Stub);
63 ELFStub(ELFStub &&Stub);
HDTBEHandler.h31 class ELFStub; variable
36 Expected<std::unique_ptr<ELFStub>> readTBEFromBuffer(StringRef Buf);
39 Error writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub);