HomeSort by relevance Sort by last modified time
    Searched defs:BinaryReader (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
BinaryReader.h 1 //===- BinaryReader.h -----------------------------------------------------===//
17 /** \class BinaryReader
18 * \brief BinaryReader provides an common interface for different Binary
21 class BinaryReader : public LDReader {
23 virtual ~BinaryReader() = 0;
  /frameworks/compile/mclinker/lib/LD/
BinaryReader.cpp 1 //===- BinaryReader.cpp ---------------------------------------------------===//
9 #include "mcld/LD/BinaryReader.h"
14 // BinaryReader
16 BinaryReader::~BinaryReader() {
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 87 class BinaryReader:
258 f = BinaryReader(path)
325 f = BinaryReader(path)
366 f = BinaryReader(filename)
    [all...]

Completed in 74 milliseconds