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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DELFStub.cpp1 //===- ELFStub.cpp --------------------------------------------------------===//
9 #include "llvm/TextAPI/ELF/ELFStub.h"
14 ELFStub::ELFStub(ELFStub const &Stub) { function in class:ELFStub
22 ELFStub::ELFStub(ELFStub &&Stub) { function in class:ELFStub
H A DTBEHandler.cpp14 #include "llvm/TextAPI/ELF/ELFStub.h"
129 /// YAML traits for ELFStub objects.
130 template <> struct MappingTraits<ELFStub> {
131 static void mapping(IO &IO, ELFStub &Stub) {
145 Expected<std::unique_ptr<ELFStub>> elfabi::readTBEFromBuffer(StringRef Buf) {
147 std::unique_ptr<ELFStub> Stub(new ELFStub());
155 Error elfabi::writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub) {
158 YamlOut << const_cast<ELFStub &>(Stub);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/ELF/
H A DTBEHandler.h31 class ELFStub;
36 Expected<std::unique_ptr<ELFStub>> readTBEFromBuffer(StringRef Buf);
39 Error writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub);
H A DELFStub.h1 //===- ELFStub.h ------------------------------------------------*- C++ -*-===//
52 class ELFStub { class in namespace:llvm::elfabi
61 ELFStub() {} function in class:llvm::elfabi::ELFStub
62 ELFStub(const ELFStub &Stub);
63 ELFStub(ELFStub &&Stub);

Completed in 103 milliseconds