Home
last modified time | relevance | path

Searched refs:rfindDebugLoc (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h1079 DebugLoc rfindDebugLoc(reverse_instr_iterator MBBI);
1080 DebugLoc rfindDebugLoc(reverse_iterator MBBI) {
1081 return rfindDebugLoc(MBBI.getInstrIterator());
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1405 DebugLoc MachineBasicBlock::rfindDebugLoc(reverse_instr_iterator MBBI) { in rfindDebugLoc() function in MachineBasicBlock