Searched refs:BinaryHolder (Results 1 - 8 of 8) 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 Triple BinaryHolder::getTriple(const object::MachOObjectFile &Obj) {
44 void BinaryHolder::changeBackingMemoryBuffer(
54 BinaryHolder::GetMemoryBuffersForFile(StringRef Filename,
96 BinaryHolder::GetArchiveMemberBuffers(StringRef Filename,
141 BinaryHolder::MapArchiveAndGetMemberBuffers(StringRef Filename,
175 BinaryHolder::getObjfileForArch(const Triple &T) {
188 BinaryHolder::GetObjectFiles(StringRef Filename, sys::TimeValue Timestamp) {
H A DAndroid.mk7 BinaryHolder.cpp \
H A DBinaryHolder.h1 //===-- BinaryHolder.h - Utility class for accessing binaries -------------===//
29 /// \brief The BinaryHolder class is responsible for creating and
40 class BinaryHolder { class in namespace:llvm::dsymutil
82 BinaryHolder(bool Verbose) : Verbose(Verbose) {} function in class:llvm::dsymutil::BinaryHolder
89 /// the BinaryHolder. Multiple buffers are returned when there are
H A DMachODebugMapParser.cpp10 #include "BinaryHolder.h"
47 BinaryHolder MainBinaryHolder;
55 BinaryHolder CurrentObjectHolder;
150 make_unique<DebugMap>(BinaryHolder::getTriple(MainBinary), BinaryPath);
H A DDebugMap.cpp10 #include "BinaryHolder.h"
210 BinaryHolder BinHolder(/* Verbose =*/false);
H A DDwarfLinker.cpp10 #include "BinaryHolder.h"
1420 ErrorOr<const object::ObjectFile &> loadObject(BinaryHolder &BinaryHolder,
1427 BinaryHolder BinHolder;
3214 DwarfLinker::loadObject(BinaryHolder &BinaryHolder, DebugMapObject &Obj, argument
3217 BinaryHolder.GetObjectFiles(Obj.getObjectFilename(), Obj.getTimestamp());
3222 auto ErrOrObj = BinaryHolder.Get(Map.getTriple());
3236 BinaryHolder ObjHolder(Options.Verbose);
H A DMachOUtils.cpp11 #include "BinaryHolder.h"
328 BinaryHolder InputBinaryHolder(false);

Completed in 182 milliseconds