Searched refs:BinaryHolder (Results 1 - 6 of 6) sorted by relevance

/external/llvm/unittests/MC/
H A DYAMLTest.cpp16 struct BinaryHolder { struct
23 struct MappingTraits<BinaryHolder> {
24 static void mapping(IO &IO, BinaryHolder &BH) {
32 BinaryHolder BH;
/external/llvm/tools/dsymutil/
H A DBinaryHolder.cpp1 //===-- BinaryHolder.cpp --------------------------------------------------===//
15 #include "BinaryHolder.h"
22 BinaryHolder::GetMemoryBufferForFile(StringRef Filename) {
53 BinaryHolder::GetArchiveMemberBuffer(StringRef Filename) {
77 BinaryHolder::MapArchiveAndGetMemberBuffer(StringRef Filename) {
97 BinaryHolder::GetObjectFile(StringRef Filename) {
H A DBinaryHolder.h1 //===-- BinaryHolder.h - Utility class for accessing binaries -------------===//
26 /// \brief The BinaryHolder class is responsible for creating and
37 class BinaryHolder { class in namespace:llvm::dsymutil
67 BinaryHolder(bool Verbose) : Verbose(Verbose) {} function in class:llvm::dsymutil::BinaryHolder
74 /// the BinaryHolder.
H A DAndroid.mk7 BinaryHolder.cpp \
H A DMachODebugMapParser.cpp10 #include "BinaryHolder.h"
40 BinaryHolder MainBinaryHolder;
48 BinaryHolder CurrentObjectHolder;
H A DDwarfLinker.cpp10 #include "BinaryHolder.h"
1209 BinaryHolder BinHolder;

Completed in 263 milliseconds