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

  /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 {
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 821 *SlotPtr++ = getMachineBasicBlockAddress(MBBs[j]);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 298 /// the getMachineBasicBlockAddress callback.
435 virtual uintptr_t getMachineBasicBlockAddress(MachineBasicBlock *MBB) const{
    [all...]

Completed in 316 milliseconds