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

/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h604 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
606 DebugLoc findDebugLoc(instr_iterator MBBI);
607 DebugLoc findDebugLoc(iterator MBBI) { function in class:llvm::MachineBasicBlock
608 return findDebugLoc(MBBI.getInstrIterator());
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp269 /// findDebugLoc - Return DebugLoc used for this DBG_VALUE instruction. A
273 DebugLoc findDebugLoc();
924 DebugLoc UserValue::findDebugLoc() { function in class:UserValue
938 BuildMI(*MBB, I, findDebugLoc(), TII.get(TargetOpcode::DBG_VALUE),
941 BuildMI(*MBB, I, findDebugLoc(), TII.get(TargetOpcode::DBG_VALUE))
H A DMachineBasicBlock.cpp1102 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
1105 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) { function in class:MachineBasicBlock

Completed in 274 milliseconds