class BinaryReader
Declaration
class BinaryReader : public Reader { /* full declaration omitted */ };
Declared at: llvm/lib/ObjCopy/ELF/ELFObject.h:975
Inherits from: Reader
Member Variables
- private llvm::MemoryBuffer* MemBuf
- private uint8_t NewSymbolVisibility
Method Overview
- public BinaryReader(llvm::MemoryBuffer * MB, const uint8_t NewSymbolVisibility)
- public Expected<std::unique_ptr<Object>> create(bool EnsureSymtab) const
Inherited from Reader:
Methods
¶BinaryReader(llvm::MemoryBuffer* MB,
const uint8_t NewSymbolVisibility)
BinaryReader(llvm::MemoryBuffer* MB,
const uint8_t NewSymbolVisibility)
Declared at: llvm/lib/ObjCopy/ELF/ELFObject.h:980
Parameters
- llvm::MemoryBuffer* MB
- const uint8_t NewSymbolVisibility
¶Expected<std::unique_ptr<Object>> create(
bool EnsureSymtab) const
Expected<std::unique_ptr<Object>> create(
bool EnsureSymtab) const
Declared at: llvm/lib/ObjCopy/ELF/ELFObject.h:982
Parameters
- bool EnsureSymtab