Home
last modified time | relevance | path

Searched defs:getPointerToBasicBlock (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp93 void *MCJIT::getPointerToBasicBlock(BasicBlock *BB) { in getPointerToBasicBlock() function in MCJIT
/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/lib/ExecutionEngine/JIT/
DJIT.cpp699 void *JIT::getPointerToBasicBlock(BasicBlock *BB) { in getPointerToBasicBlock() function in JIT