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

  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 298 /// the getMachineBasicBlockAddress callback.
435 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const{
    [all...]

Completed in 327 milliseconds