LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::MachineRelocation Member List

This is the complete list of members for llvm::MachineRelocation, including all inherited members.

doesntNeedFunctionStub() const llvm::MachineRelocation [inline]
getConstantVal() const llvm::MachineRelocation [inline]
getGlobalValue() const llvm::MachineRelocation [inline]
getMachineCodeOffset() const llvm::MachineRelocation [inline]
getRelocationType() const llvm::MachineRelocation [inline]
getResultPointer() const llvm::MachineRelocation [inline]
getString() const llvm::MachineRelocation [inline]
isGlobalValue() const llvm::MachineRelocation [inline]
isString() const llvm::MachineRelocation [inline]
MachineRelocation(unsigned Offset, unsigned RelocationType, GlobalValue *GV, intptr_t cst=0, bool DoesntNeedFunctionStub=0)llvm::MachineRelocation [inline]
MachineRelocation(unsigned Offset, unsigned RelocationType, const char *ES, intptr_t cst=0)llvm::MachineRelocation [inline]
setResultPointer(void *Ptr)llvm::MachineRelocation [inline]