HomeSort by: relevance | last modified time | path
    Searched refs:ELFSectionWriter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 129 template <class ELFT> class ELFSectionWriter : public SectionWriter {
137 virtual ~ELFSectionWriter() {}
146 explicit ELFSectionWriter(WritableMemoryBuffer &Buf) : SectionWriter(Buf) {}
175 template <class ELFT> friend class ELFSectionWriter; \
341 std::unique_ptr<ELFSectionWriter<ELFT>> SecWriter;
Object.cpp 463 Error ELFSectionWriter<ELFT>::visit(const DecompressedSection &Sec) {
522 Error ELFSectionWriter<ELFT>::visit(const CompressedSection &Sec) {
642 Error ELFSectionWriter<ELFT>::visit(const SectionIndexSection &Sec) {
874 Error ELFSectionWriter<ELFT>::visit(const SymbolTableSection &Sec) {
983 Error ELFSectionWriter<ELFT>::visit(const RelocationSection &Sec) {
1164 Error ELFSectionWriter<ELFT>::visit(const GnuDebugLinkSection &Sec) {
1183 Error ELFSectionWriter<ELFT>::visit(const GroupSection &Sec) {
2554 SecWriter = std::make_unique<ELFSectionWriter<ELFT>>(*Buf);

Completed in 20 milliseconds