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

  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 543 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
545 DebugLoc findDebugLoc(instr_iterator MBBI);
546 DebugLoc findDebugLoc(iterator MBBI) {
547 return findDebugLoc(MBBI.getInstrIterator());
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 205 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(Opcode))
207 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(SP::BA))
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 266 /// findDebugLoc - Return DebugLoc used for this DBG_VALUE instruction. A
270 DebugLoc findDebugLoc();
    [all...]
MachineBasicBlock.cpp 928 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
931 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 161 DebugLoc DL = MBB.findDebugLoc(MBBI);
839 DL = MBB.findDebugLoc(MBBI);
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 379 DebugLoc DL = MBB.findDebugLoc(MBB.begin());
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 357 DebugLoc DL = MBB.findDebugLoc(I);
403 DebugLoc DL = MBB.findDebugLoc(I);
    [all...]

Completed in 330 milliseconds