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

  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 570 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
572 DebugLoc findDebugLoc(instr_iterator MBBI);
573 DebugLoc findDebugLoc(iterator MBBI) {
574 return findDebugLoc(MBBI.getInstrIterator());
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 266 /// findDebugLoc - Return DebugLoc used for this DBG_VALUE instruction. A
270 DebugLoc findDebugLoc();
927 DebugLoc UserValue::findDebugLoc() {
    [all...]
MachineBasicBlock.cpp 890 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
893 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) {
    [all...]

Completed in 75 milliseconds