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.
101 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const {
117 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const {
133 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const {
148 ErrorOr<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const {
157 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const {
161 ErrorOr<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const {
182 SymbolRef::Type COFFObjectFile::getSymbolType(DataRefImpl Ref) const {
205 uint32_t COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 10 // This file declares the COFFObjectFile class.
551 class COFFObjectFile : public ObjectFile {
680 COFFObjectFile(MemoryBufferRef Object, std::error_code &EC);
793 const COFFObjectFile *Owner)
816 const COFFObjectFile *OwningObject;
823 uint32_t I, const COFFObjectFile *Owner)
841 const COFFObjectFile *OwningObject;
849 const COFFObjectFile *Owner)
864 const COFFObjectFile *OwningObject;
871 const COFFObjectFile *Owner
    [all...]

Completed in 305 milliseconds