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

  /external/llvm/unittests/ObjectYAML/
YAMLTest.cpp 16 struct BinaryHolder {
23 struct MappingTraits<BinaryHolder> {
24 static void mapping(IO &IO, BinaryHolder &BH) {
32 BinaryHolder BH;
  /external/llvm/tools/dsymutil/
BinaryHolder.h 1 //===-- BinaryHolder.h - Utility class for accessing binaries -------------===//
29 /// \brief The BinaryHolder class is responsible for creating and
40 class BinaryHolder {
83 BinaryHolder(bool Verbose) : Verbose(Verbose) {}
90 /// the BinaryHolder. Multiple buffers are returned when there are

Completed in 362 milliseconds