Searched refs:getPointerToBasicBlock (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h49 virtual void *getPointerToBasicBlock(BasicBlock *BB);
H A DMCJIT.cpp143 void *MCJIT::getPointerToBasicBlock(BasicBlock *BB) { function in class:MCJIT
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h147 /// getPointerToBasicBlock - This returns the address of the specified basic
149 void *getPointerToBasicBlock(BasicBlock *BB);
H A DJIT.cpp706 void *JIT::getPointerToBasicBlock(BasicBlock *BB) { function in class:JIT
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h209 void *getPointerToBasicBlock(BasicBlock *BB) { return (void*)BB; } function in class:llvm::Interpreter
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h317 /// getPointerToBasicBlock - The different EE's represent basic blocks in
320 virtual void *getPointerToBasicBlock(BasicBlock *BB) = 0;
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp823 Result = PTOGV(getPointerToBasicBlock(const_cast<BasicBlock*>(

Completed in 152 milliseconds