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

/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h610 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
612 DebugLoc findDebugLoc(instr_iterator MBBI);
613 DebugLoc findDebugLoc(iterator MBBI) { function in class:llvm::MachineBasicBlock
614 return findDebugLoc(MBBI.getInstrIterator());
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1071 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
1074 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) { function in class:MachineBasicBlock

Completed in 67 milliseconds