Searched defs:MachOObjectFile (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachO.h10 // This file declares the MachOObjectFile class, which binds the MachOObject
28 class MachOObjectFile : public ObjectFile { class in namespace:llvm::object
30 MachOObjectFile(MemoryBuffer *Object, MachOObject *MOO, error_code &ec);
/external/llvm/include/llvm/Object/
H A DMachO.h10 // This file declares the MachOObjectFile class, which implement the ObjectFile
73 friend class MachOObjectFile;
121 friend class MachOObjectFile;
163 friend class MachOObjectFile;
187 class MachOObjectFile : public ObjectFile { class in namespace:llvm::object
196 static Expected<std::unique_ptr<MachOObjectFile>>
281 /// For use examining a trie not in a MachOObjectFile.
287 /// For use examining rebase opcodes not in a MachOObjectFile.
300 /// For use examining bind opcodes not in a MachOObjectFile.
445 MachOObjectFile(MemoryBufferRe
[all...]
/external/swiftshader/third_party/LLVM/lib/Object/
H A DMachOObjectFile.cpp1 //===- MachOObjectFile.cpp - Mach-O object file binding ---------*- C++ -*-===//
10 // This file defines the MachOObjectFile class, which binds the MachOObject
30 MachOObjectFile::MachOObjectFile(MemoryBuffer *Object, MachOObject *MOO, function in class:llvm::object::MachOObjectFile
53 return new MachOObjectFile(Buffer, MachOObj, ec);
58 void MachOObjectFile::moveToNextSymbol(DataRefImpl &DRI) const {
74 void MachOObjectFile::getSymbolTableEntry(DataRefImpl DRI,
89 void MachOObjectFile::getSymbol64TableEntry(DataRefImpl DRI,
105 error_code MachOObjectFile::getSymbolNext(DataRefImpl DRI,
113 error_code MachOObjectFile
[all...]
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1 //===- MachOObjectFile.cpp - Mach-O object file binding ---------*- C++ -*-===//
10 // This file defines the MachOObjectFile class, which binds the MachOObject
50 static T getStruct(const MachOObjectFile *O, const char *P) {
63 static Expected<T> getStructOrErr(const MachOObjectFile *O, const char *P) {
76 getSectionPtr(const MachOObjectFile *O, MachOObjectFile::LoadCommandInfo L,
90 static const char *getPtr(const MachOObjectFile *O, size_t Offset) {
95 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) {
115 static unsigned getCPUType(const MachOObjectFile *O) {
129 static bool getPlainRelocationPCRel(const MachOObjectFile *
263 MachOObjectFile::MachOObjectFile(MemoryBufferRef Object, bool IsLittleEndian, function in class:MachOObjectFile
[all...]

Completed in 206 milliseconds