LLVM API Documentation

Functions
IRObjectFile.cpp File Reference
#include "llvm/Object/IRObjectFile.h"
#include "RecordStreamer.h"
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/GVMaterializer.h"
#include "llvm/IR/Mangler.h"
#include "llvm/IR/Module.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCTargetAsmParser.h"
#include "llvm/MC/MCParser/MCAsmParser.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for IRObjectFile.cpp:

Go to the source code of this file.

Functions

static const GlobalValuegetGV (DataRefImpl &Symb)
static uintptr_t skipEmpty (Module::const_alias_iterator I, const Module &M)
static unsigned getAsmSymIndex (DataRefImpl Symb)
static bool isDeclaration (const GlobalValue &V)

Function Documentation

static unsigned getAsmSymIndex ( DataRefImpl  Symb) [static]
static const GlobalValue* getGV ( DataRefImpl Symb) [static]
static bool isDeclaration ( const GlobalValue V) [static]
static uintptr_t skipEmpty ( Module::const_alias_iterator  I,
const Module M 
) [static]