Searched refs:MachOObjectFile (Results 1 – 15 of 15) sorted by relevance
| /trueos/contrib/llvm/lib/Object/ |
| HD | MachOObjectFile.cpp | 224 T getStruct(const MachOObjectFile *O, const char *P) { in getStruct() 233 getSegmentLoadCommandNumSections(const MachOObjectFile *O, in getSegmentLoadCommandNumSections() 234 const MachOObjectFile::LoadCommandInfo &L) { in getSegmentLoadCommandNumSections() 244 getSectionPtr(const MachOObjectFile *O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr() 258 static const char *getPtr(const MachOObjectFile *O, size_t Offset) { in getPtr() 263 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase() 292 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() 296 static void printRelocationTargetName(const MachOObjectFile *O, in printRelocationTargetName() 375 static bool getPlainRelocationPCRel(const MachOObjectFile *O, in getPlainRelocationPCRel() 383 getScatteredRelocationPCRel(const MachOObjectFile *O, in getScatteredRelocationPCRel() [all …]
|
| HD | MachOUniversal.cpp | 82 Triple::getArchTypeName(MachOObjectFile::getArch(Header.cputype)); in getAsObjectFile()
|
| /trueos/contrib/llvm/tools/macho-dump/ |
| HD | macho-dump.cpp | 70 static int DumpSectionData(const MachOObjectFile &Obj, unsigned Index, in DumpSectionData() 125 static int DumpSegmentCommand(const MachOObjectFile &Obj, in DumpSegmentCommand() 126 const MachOObjectFile::LoadCommandInfo &LCI) { in DumpSegmentCommand() 148 static int DumpSegment64Command(const MachOObjectFile &Obj, in DumpSegment64Command() 149 const MachOObjectFile::LoadCommandInfo &LCI) { in DumpSegment64Command() 172 static void DumpSymbolTableEntryData(const MachOObjectFile &Obj, in DumpSymbolTableEntryData() 188 static int DumpSymtabCommand(const MachOObjectFile &Obj) { in DumpSymtabCommand() 226 static int DumpDysymtabCommand(const MachOObjectFile &Obj) { in DumpDysymtabCommand() 261 DumpLinkeditDataCommand(const MachOObjectFile &Obj, in DumpLinkeditDataCommand() 262 const MachOObjectFile::LoadCommandInfo &LCI) { in DumpLinkeditDataCommand() [all …]
|
| /trueos/contrib/llvm/tools/llvm-readobj/ |
| HD | MachODumper.cpp | 30 MachODumper(const MachOObjectFile *Obj, StreamWriter& Writer) in MachODumper() 46 void printRelocation(const MachOObjectFile *Obj, 49 void printSections(const MachOObjectFile *Obj); 51 const MachOObjectFile *Obj; 62 const MachOObjectFile *MachOObj = dyn_cast<MachOObjectFile>(Obj); in createMachODumper() 165 static void getSection(const MachOObjectFile *Obj, in getSection() 194 static void getSymbol(const MachOObjectFile *Obj, in getSymbol() 222 void MachODumper::printSections(const MachOObjectFile *Obj) { in printSections() 338 void MachODumper::printRelocation(const MachOObjectFile *Obj, in printRelocation()
|
| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | MachO.h | 52 class MachOObjectFile : public ObjectFile { 59 MachOObjectFile(MemoryBuffer *Object, bool IsLittleEndian, bool Is64Bits, 240 const MachOObjectFile *MachOOF = in getOffset() 241 static_cast<const MachOObjectFile *>(OwningObject); in getOffset() 248 const MachOObjectFile *MachOOF = in getLength() 249 static_cast<const MachOObjectFile *>(OwningObject); in getLength() 256 const MachOObjectFile *MachOOF = in getKind() 257 static_cast<const MachOObjectFile *>(OwningObject); in getKind()
|
| /trueos/contrib/llvm/include/llvm/MC/ |
| HD | MCObjectDisassembler.h | 29 class MachOObjectFile; variable 144 const object::MachOObjectFile &MOOF; 159 MCMachOObjectDisassembler(const object::MachOObjectFile &MOOF,
|
| /trueos/contrib/llvm/tools/llvm-objdump/ |
| HD | MachODump.cpp | 52 static const Target *GetTarget(const MachOObjectFile *MachOObj) { in GetTarget() 152 MachOObjectFile *MachOObj, in getSectionsAndSymbols() 170 MachOObjectFile::LoadCommandInfo Command = in getSectionsAndSymbols() 200 MachOObjectFile *MachOOF); 210 OwningPtr<MachOObjectFile> MachOOF(static_cast<MachOObjectFile*>( in DisassembleInputMachO() 217 MachOObjectFile *MachOOF) { in DisassembleInputMachO2()
|
| HD | llvm-objdump.cpp | 433 if (const MachOObjectFile *MachO = in DisassembleObject() 434 dyn_cast<const MachOObjectFile>(Obj)) { in DisassembleObject() 741 if (const MachOObjectFile *MachO = in PrintSymbolTable() 742 dyn_cast<const MachOObjectFile>(o)) { in PrintSymbolTable()
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MCObjectSymbolizer.cpp | 29 const MachOObjectFile *MOOF; 38 const MachOObjectFile *MOOF); 51 const MachOObjectFile *MOOF) in MCMachObjectSymbolizer() 202 if (const MachOObjectFile *MOOF = dyn_cast<MachOObjectFile>(Obj)) in createObjectSymbolizer()
|
| HD | MCObjectDisassembler.cpp | 503 const MachOObjectFile &MOOF, const MCDisassembler &Dis, in MCMachOObjectDisassembler() 543 MachOObjectFile::LoadCommandInfo Load = MOOF.getFirstLoadCommandInfo(); in getEntrypoint()
|
| /trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86MachORelocationInfo.cpp | 28 const MachOObjectFile *Obj = cast<MachOObjectFile>(Rel.getObjectFile()); in createExprForRelocation()
|
| /trueos/lib/clang/libllvmobject/ |
| HD | Makefile | 16 MachOObjectFile.cpp \
|
| /trueos/contrib/llvm/tools/llvm-nm/ |
| HD | llvm-nm.cpp | 456 static uint8_t getNType(MachOObjectFile &Obj, DataRefImpl Symb) { in getNType() 465 static error_code getSymbolNMTypeChar(MachOObjectFile &Obj, symbol_iterator I, in getSymbolNMTypeChar() 507 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj)) { in getNMTypeChar()
|
| /trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldMachO.cpp | 331 const MachOObjectFile *MachO = static_cast<const MachOObjectFile*>(OF); in processRelocationRef()
|
| /trueos/contrib/llvm/tools/llvm-symbolizer/ |
| HD | LLVMSymbolize.cpp | 74 if (isa<MachOObjectFile>(Obj)) in ModuleInfo()
|