Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:ObjectFile

43 #include "llvm/Object/ObjectFile.h"
152 static const Target *getTarget(const ObjectFile *Obj = NULL) {
259 static void DisassembleObject(const ObjectFile *Obj, bool InlineRelocs) {
516 static void PrintRelocations(const ObjectFile *o) {
546 static void PrintSectionHeaders(const ObjectFile *o) {
572 static void PrintSectionContents(const ObjectFile *o) {
662 static void PrintSymbolTable(const ObjectFile *o) {
740 static void PrintUnwindInfo(const ObjectFile *o) {
753 static void DumpObject(const ObjectFile *o) {
786 if (ObjectFile *o = dyn_cast<ObjectFile>(child.get()))
816 else if (ObjectFile *o = dyn_cast<ObjectFile>(binary.get()))