HomeSort by relevance Sort by last modified time
    Searched refs:getMachineBasicBlockAddress (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 280 /// start of the block is, and can implement getMachineBasicBlockAddress.
319 /// getMachineBasicBlockAddress - Return the address of the specified
323 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const= 0;
MachineCodeEmitter.h 277 /// start of the block is, and can implement getMachineBasicBlockAddress.
316 /// getMachineBasicBlockAddress - Return the address of the specified
320 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const= 0;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 301 /// the getMachineBasicBlockAddress callback.
421 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const{
848 ResultPtr = (void*)getMachineBasicBlockAddress(MR.getBasicBlock());
    [all...]

Completed in 1200 milliseconds