Searched defs:COFFObjectFile (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp1 //===- 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
598 COFFObjectFile::COFFObjectFile(MemoryBufferRef Object, std::error_code &EC) function in class:COFFObjectFile
[all...]
/external/llvm/include/llvm/Object/
H A DCOFF.h10 // This file declares the COFFObjectFile class.
484 class COFFObjectFile : public ObjectFile { class in namespace:llvm::object
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 *Owne
[all...]

Completed in 84 milliseconds