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

/external/llvm/include/llvm/Object/
H A DMachO.h10 // This file declares the MachOObjectFile class, which binds the MachOObject
29 class MachOObjectFile : public ObjectFile { class in namespace:llvm::object
31 MachOObjectFile(MemoryBuffer *Object, MachOObject *MOO, error_code &ec);
/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
30 MachOObjectFile::MachOObjectFile(MemoryBuffer *Object, MachOObject *MOO, function in class:llvm::object::MachOObjectFile
53 // MachOObjectFile does, too, so we need to make sure they don't get the
56 // the MachOObjectFile.
60 return new MachOObjectFile(NewBuffer, MachOObj, ec);
65 void MachOObjectFile::moveToNextSymbol(DataRefImpl &DRI) const {
81 void MachOObjectFile::getSymbolTableEntry(DataRefImpl DRI,
96 void MachOObjectFile
[all...]

Completed in 85 milliseconds