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

/external/llvm/include/llvm/Object/
H A DIRObjectFile.h1 //===- IRObjectFile.h - LLVM IR object file implementation ------*- C++ -*-===//
10 // This file declares the IRObjectFile template class.
25 class IRObjectFile : public SymbolicFile { class in namespace:llvm::object
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/
H A DIRObjectFile.cpp1 //===- 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, function in class:IRObjectFile
116 IRObjectFile::~IRObjectFile() {
157 void IRObjectFile::moveSymbolNext(DataRefImpl &Symb) const {
192 std::error_code IRObjectFile::printSymbolName(raw_ostream &OS,
220 uint32_t IRObjectFile
[all...]

Completed in 534 milliseconds