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

  /external/llvm/lib/Object/
COFFObjectFile.cpp 1 //===- COFFObjectFile.cpp - COFF object file implementation -----*- C++ -*-===//
10 // This file declares the COFFObjectFile class.
100 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const {
116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const {
132 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const {
147 std::error_code COFFObjectFile::getSymbolName(DataRefImpl Ref,
153 std::error_code COFFObjectFile::getSymbolAddress(DataRefImpl Ref,
179 std::error_code COFFObjectFile::getSymbolType(DataRefImpl Ref,
211 uint32_t COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const {
239 std::error_code COFFObjectFile::getSymbolSize(DataRefImpl Ref
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 10 // This file declares the COFFObjectFile class.
484 class COFFObjectFile : public ObjectFile {
625 COFFObjectFile(MemoryBufferRef Object, std::error_code &EC);
730 const COFFObjectFile *Owner)
753 const COFFObjectFile *OwningObject;
760 uint32_t I, const COFFObjectFile *Owner)
778 const COFFObjectFile *OwningObject;
786 const COFFObjectFile *Owner)
801 const COFFObjectFile *OwningObject;
808 const COFFObjectFile *Owner
    [all...]

Completed in 388 milliseconds