Searched defs:getMachineBasicBlockAddress (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp301 /// the getMachineBasicBlockAddress callback.
421 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const{ function in class:__anon21260::JITEmitter
848 ResultPtr = (void*)getMachineBasicBlockAddress(MR.getBasicBlock());
1098 *SlotPtr++ = getMachineBasicBlockAddress(MBBs[mi]);
1117 uintptr_t MBBAddr = getMachineBasicBlockAddress(MBBs[mi]);

Completed in 67 milliseconds