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

  /external/llvm/include/llvm/CodeGen/
ObjectCodeEmitter.h 37 /// the getMachineBasicBlockAddress callback.
132 /// start of the block is, and can implement getMachineBasicBlockAddress.
135 /// getMachineBasicBlockAddress - Return the address of the specified
138 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const;
MachineCodeEmitter.h 275 /// start of the block is, and can implement getMachineBasicBlockAddress.
314 /// getMachineBasicBlockAddress - Return the address of the specified
318 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const= 0;
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;
  /external/llvm/lib/CodeGen/
ObjectCodeEmitter.cpp 102 /// start of the block is, and can implement getMachineBasicBlockAddress.
109 /// getMachineBasicBlockAddress - Return the address of the specified
113 ObjectCodeEmitter::getMachineBasicBlockAddress(MachineBasicBlock *MBB) const {
ELFCodeEmitter.cpp 93 uintptr_t MBBOffset = getMachineBasicBlockAddress(MR.getBasicBlock());
111 Addr = getMachineBasicBlockAddress(MR.getBasicBlock());
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 298 /// the getMachineBasicBlockAddress callback.
435 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const{
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 96 // getMachineBasicBlockAddress callback.
198 // implement getMachineBasicBlockAddress.
221 virtual uintptr_t getMachineBasicBlockAddress(
CodeEmitter.cpp 821 *SlotPtr++ = getMachineBasicBlockAddress(MBBs[j]);
    [all...]

Completed in 89 milliseconds