Home
last modified time | relevance | path

Searched refs:getMachineBasicBlockAddress (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp93 uintptr_t MBBOffset = getMachineBasicBlockAddress(MR.getBasicBlock()); in finishFunction()
111 Addr = getMachineBasicBlockAddress(MR.getBasicBlock()); in finishFunction()
DObjectCodeEmitter.cpp113 ObjectCodeEmitter::getMachineBasicBlockAddress(MachineBasicBlock *MBB) const { in getMachineBasicBlockAddress() function in llvm::ObjectCodeEmitter
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DObjectCodeEmitter.h138 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const;
DMachineCodeEmitter.h318 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const= 0;
DJITCodeEmitter.h323 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const= 0;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp435 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const{ in getMachineBasicBlockAddress() function in __anonce5e020d0111::JITEmitter
863 ResultPtr = (void*)getMachineBasicBlockAddress(MR.getBasicBlock()); in finishFunction()
1156 *SlotPtr++ = getMachineBasicBlockAddress(MBBs[mi]); in emitJumpTableInfo()
1175 uintptr_t MBBAddr = getMachineBasicBlockAddress(MBBs[mi]); in emitJumpTableInfo()