Searched defs:findDebugLoc (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h578 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
580 DebugLoc findDebugLoc(instr_iterator MBBI);
581 DebugLoc findDebugLoc(iterator MBBI) { function in class:llvm::MachineBasicBlock
582 return findDebugLoc(MBBI.getInstrIterator());
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp264 /// findDebugLoc - Return DebugLoc used for this DBG_VALUE instruction. A
268 DebugLoc findDebugLoc();
916 DebugLoc UserValue::findDebugLoc() { function in class:UserValue
930 BuildMI(*MBB, I, findDebugLoc(), TII.get(TargetOpcode::DBG_VALUE),
933 BuildMI(*MBB, I, findDebugLoc(), TII.get(TargetOpcode::DBG_VALUE))
H A DMachineBasicBlock.cpp1091 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
1094 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) { function in class:MachineBasicBlock

Completed in 383 milliseconds