HomeSort by: relevance | last modified time | path
    Searched refs:rfindDebugLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 996 DebugLoc rfindDebugLoc(reverse_instr_iterator MBBI);
997 DebugLoc rfindDebugLoc(reverse_iterator MBBI) {
998 return rfindDebugLoc(MBBI.getInstrIterator());
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kInstrInfo.cpp 199 BuildMI(MBB, *UncondBranch.first, MBB.rfindDebugLoc(iter), get(BNCC))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBasicBlock.cpp 1407 DebugLoc MachineBasicBlock::rfindDebugLoc(reverse_instr_iterator MBBI) {

Completed in 36 milliseconds