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

  /external/llvm/include/llvm/Object/
IRObjectFile.h 1 //===- IRObjectFile.h - LLVM IR object file implementation ------*- C++ -*-===//
10 // This file declares the IRObjectFile template class.
25 class IRObjectFile : public SymbolicFile {
31 IRObjectFile(std::unique_ptr<MemoryBuffer> Object, std::unique_ptr<Module> M);
32 ~IRObjectFile();
42 return const_cast<IRObjectFile*>(this)->getModule();
52 static ErrorOr<IRObjectFile *>
  /external/llvm/lib/Object/
IRObjectFile.cpp 1 //===- IRObjectFile.cpp - IR object file implementation ---------*- C++ -*-===//
10 // Part of the IRObjectFile class implementation.
14 #include "llvm/Object/IRObjectFile.h"
35 IRObjectFile::IRObjectFile(std::unique_ptr<MemoryBuffer> Object,
116 IRObjectFile::~IRObjectFile() {
157 void IRObjectFile::moveSymbolNext(DataRefImpl &Symb) const {
192 std::error_code IRObjectFile::printSymbolName(raw_ostream &OS,
220 uint32_t IRObjectFile::getSymbolFlags(DataRefImpl Symb) const
    [all...]

Completed in 305 milliseconds