HomeSort by relevance Sort by last modified time
    Searched defs:MachOObjectFile (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
MachO.h 10 // 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 {
196 MachOObjectFile(MemoryBufferRef Object, bool IsLittleEndian, bool Is64Bits,
277 /// For use examining a trie not in a MachOObjectFile.
283 /// For use examining rebase opcodes not in a MachOObjectFile.
296 /// For use examining bind opcodes not in a MachOObjectFile.
485 // the OwningObject ObjectFile is a MachOObjectFile a static_cast<> is used fo
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1 //===- MachOObjectFile.cpp - Mach-O object file binding ---------*- C++ -*-===//
10 // This file defines the MachOObjectFile class, which binds the MachOObject
43 static T getStruct(const MachOObjectFile *O, const char *P) {
56 static ErrorOr<T> getStructOrErr(const MachOObjectFile *O, const char *P) {
69 getSectionPtr(const MachOObjectFile *O, MachOObjectFile::LoadCommandInfo L,
83 static const char *getPtr(const MachOObjectFile *O, size_t Offset) {
88 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) {
108 static unsigned getCPUType(const MachOObjectFile *O) {
122 static bool getPlainRelocationPCRel(const MachOObjectFile *O
    [all...]

Completed in 1194 milliseconds