addGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
clearAllGlobalMappings() | llvm::ExecutionEngine | |
CompilationCallback() | llvm::JIT | [static] |
create(ModuleProvider *MP) | llvm::JIT | [static] |
llvm::ExecutionEngine::create(ModuleProvider *MP, bool ForceInterpreter=false) | llvm::ExecutionEngine | [static] |
EECtorFn typedef | llvm::ExecutionEngine | [protected] |
emitGlobals() | llvm::ExecutionEngine | [protected] |
EmitGlobalVariable(const GlobalVariable *GV) | llvm::ExecutionEngine | [protected] |
ExecutionEngine(ModuleProvider *P) | llvm::ExecutionEngine | |
ExecutionEngine(Module *M) | llvm::ExecutionEngine | |
freeMachineCodeForFunction(Function *F) | llvm::JIT | [virtual] |
getConstantValue(const Constant *C) | llvm::ExecutionEngine | [protected] |
getGlobalValueAtAddress(void *Addr) | llvm::ExecutionEngine | |
getJITInfo() const | llvm::JIT | [inline] |
getModule() const | llvm::ExecutionEngine | [inline] |
getOrEmitGlobalVariable(const GlobalVariable *GV) | llvm::JIT | [virtual] |
getPointerToFunction(Function *F) | llvm::JIT | [virtual] |
getPointerToFunctionOrStub(Function *F) | llvm::JIT | [virtual] |
getPointerToGlobal(const GlobalValue *GV) | llvm::ExecutionEngine | |
getPointerToGlobalIfAvailable(const GlobalValue *GV) | llvm::ExecutionEngine | |
getPointerToNamedFunction(const std::string &Name) | llvm::JIT | |
getTargetData() const | llvm::ExecutionEngine | [inline] |
InitializeMemory(const Constant *Init, void *Addr) | llvm::ExecutionEngine | |
InterpCtor | llvm::ExecutionEngine | [protected, static] |
JITCtor | llvm::ExecutionEngine | [protected, static] |
LoadValueFromMemory(GenericValue *Ptr, const Type *Ty) | llvm::ExecutionEngine | [protected] |
lock | llvm::ExecutionEngine | |
MP | llvm::ExecutionEngine | [protected] |
recompileAndRelinkFunction(Function *F) | llvm::JIT | [virtual] |
Register() | llvm::JIT | [inline, static] |
runFunction(Function *F, const std::vector< GenericValue > &ArgValues) | llvm::JIT | [virtual] |
runFunctionAsMain(Function *Fn, const std::vector< std::string > &argv, const char *const *envp) | llvm::ExecutionEngine | |
runStaticConstructorsDestructors(bool isDtors) | llvm::ExecutionEngine | |
setTargetData(const TargetData *td) | llvm::ExecutionEngine | [inline, protected] |
StoreValueToMemory(GenericValue Val, GenericValue *Ptr, const Type *Ty) | llvm::ExecutionEngine | |
updateGlobalMapping(const GlobalValue *GV, void *Addr) | llvm::ExecutionEngine | |
~ExecutionEngine() | llvm::ExecutionEngine | [virtual] |
~JIT() | llvm::JIT | |