Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h209 void *getPointerToBasicBlock(BasicBlock *BB) { return (void*)BB; } in getPointerToBasicBlock() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp143 void *MCJIT::getPointerToBasicBlock(BasicBlock *BB) { in getPointerToBasicBlock() function in MCJIT
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp706 void *JIT::getPointerToBasicBlock(BasicBlock *BB) { in getPointerToBasicBlock() function in JIT