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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h50 virtual void *getPointerToBasicBlock(BasicBlock *BB);
H A DMCJIT.cpp93 void *MCJIT::getPointerToBasicBlock(BasicBlock *BB) { function in class:MCJIT
/external/swiftshader/third_party/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.cpp699 void *JIT::getPointerToBasicBlock(BasicBlock *BB) { function in class:JIT
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h204 void *getPointerToBasicBlock(BasicBlock *BB) { return (void*)BB; } function in class:llvm::Interpreter
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DExecutionEngine.h289 /// getPointerToBasicBlock - The different EE's represent basic blocks in
292 virtual void *getPointerToBasicBlock(BasicBlock *BB) = 0;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp806 Result = PTOGV(getPointerToBasicBlock(const_cast<BasicBlock*>(

Completed in 546 milliseconds