OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BinaryHolder
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/MC/
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
{
82
BinaryHolder
(bool Verbose) : Verbose(Verbose) {}
89
/// the
BinaryHolder
. Multiple buffers are returned when there are
Completed in 56 milliseconds