Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.h50 virtual void *getPointerToBasicBlock(BasicBlock *BB);
DMCJIT.cpp93 void *MCJIT::getPointerToBasicBlock(BasicBlock *BB) { in getPointerToBasicBlock() function in MCJIT
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.h149 void *getPointerToBasicBlock(BasicBlock *BB);
DJIT.cpp699 void *JIT::getPointerToBasicBlock(BasicBlock *BB) { in getPointerToBasicBlock() function in JIT
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h204 void *getPointerToBasicBlock(BasicBlock *BB) { return (void*)BB; } in getPointerToBasicBlock() function
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h292 virtual void *getPointerToBasicBlock(BasicBlock *BB) = 0;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp806 Result = PTOGV(getPointerToBasicBlock(const_cast<BasicBlock*>( in getConstantValue()