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

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 10 // This file declares the COFFObjectFile class.
76 class COFFObjectFile : public ObjectFile {
135 COFFObjectFile(MemoryBuffer *Object, error_code &ec);
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 1 //===- COFFObjectFile.cpp - COFF object file implementation -----*- C++ -*-===//
10 // This file declares the COFFObjectFile class.
54 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Symb) const {
72 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const {
89 error_code COFFObjectFile::getSymbolNext(DataRefImpl Symb,
98 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb,
118 error_code COFFObjectFile::getSymbolOffset(DataRefImpl Symb,
136 error_code COFFObjectFile::getSymbolAddress(DataRefImpl Symb,
156 error_code COFFObjectFile::getSymbolType(DataRefImpl Symb,
178 error_code COFFObjectFile::isSymbolGlobal(DataRefImpl Symb
    [all...]
  /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 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const {
156 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const {
160 Expected<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const {
181 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const {
204 uint32_t COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 10 // This file declares the COFFObjectFile class.
622 class COFFObjectFile : public ObjectFile {
754 COFFObjectFile(MemoryBufferRef Object, std::error_code &EC);
896 const COFFObjectFile *Owner)
916 const COFFObjectFile *OwningObject;
923 uint32_t I, const COFFObjectFile *Owner)
941 const COFFObjectFile *OwningObject;
    [all...]

Completed in 807 milliseconds