HomeSort by relevance Sort by last modified time
    Searched refs:COFFObjectFile (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Object/
COFFObjectFile.cpp 1 //===- COFFObjectFile.cpp - COFF object file implementation -----*- C++ -*-===//
10 // This file declares the COFFObjectFile class.
57 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Symb) const {
75 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const {
92 error_code COFFObjectFile::getSymbolNext(DataRefImpl Symb,
101 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb,
107 error_code COFFObjectFile::getSymbolFileOffset(DataRefImpl Symb,
125 error_code COFFObjectFile::getSymbolAddress(DataRefImpl Symb,
143 error_code COFFObjectFile::getSymbolType(DataRefImpl Symb,
165 error_code COFFObjectFile::getSymbolFlags(DataRefImpl Symb
    [all...]
Android.mk 6 COFFObjectFile.cpp \
Binary.cpp 88 OwningPtr<Binary> ret(new COFFObjectFile(scopedSource.take(), ec));
  /external/llvm/tools/llvm-objdump/
llvm-objdump.h 21 class COFFObjectFile;
35 void printCOFFUnwindInfo(const object::COFFObjectFile* o);
COFFDump.cpp 160 static error_code resolveSectionAndAddress(const COFFObjectFile *Obj,
192 static error_code getSectionContents(const COFFObjectFile *Obj,
230 void llvm::printCOFFUnwindInfo(const COFFObjectFile *Obj) {
llvm-objdump.cpp 494 static void PrintCOFFSymbolTable(const COFFObjectFile *coff) {
538 if (const COFFObjectFile *coff = dyn_cast<const COFFObjectFile>(o))
617 if (const COFFObjectFile *coff = dyn_cast<COFFObjectFile>(o)) {
  /external/llvm/include/llvm/Object/
COFF.h 10 // This file declares the COFFObjectFile class.
94 class COFFObjectFile : public ObjectFile {
163 COFFObjectFile(MemoryBuffer *Object, error_code &ec);
  /external/llvm/utils/obj2yaml/
coff2yaml.cpp 253 static llvm::raw_ostream &yamlCOFFSections(llvm::object::COFFObjectFile &Obj,
298 static llvm::raw_ostream& yamlCOFFSymbols(llvm::object::COFFObjectFile &Obj,
350 llvm::object::COFFObjectFile obj(TheObj, ec);

Completed in 135 milliseconds