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 281 /// start of the block is, and can implement getMachineBasicBlockAddress.
320 /// getMachineBasicBlockAddress - Return the address of the specified
324 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const= 0;
MachineCodeEmitter.h 278 /// start of the block is, and can implement getMachineBasicBlockAddress.
317 /// getMachineBasicBlockAddress - Return the address of the specified
321 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const= 0;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 297 /// the getMachineBasicBlockAddress callback.
431 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const{
    [all...]

Completed in 412 milliseconds