Lines Matching refs:DebugLoc
66 DebugLoc PrevDL;
72 const DebugLoc MIDL = MInsn->getDebugLoc();
115 /// given DebugLoc. Return NULL if not found.
116 LexicalScope *LexicalScopes::findLexicalScope(DebugLoc DL) {
129 return InlinedLexicalScopeMap.lookup(DebugLoc::getFromDILocation(IA));
133 /// getOrCreateLexicalScope - Find lexical scope for the given DebugLoc. If
135 LexicalScope *LexicalScopes::getOrCreateLexicalScope(DebugLoc DL) {
164 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILexicalBlock(Scope));
181 DebugLoc InlinedLoc = DebugLoc::getFromDILocation(InlinedAt);
266 /// DebugLoc.
268 getMachineBasicBlocks(DebugLoc DL,
290 /// dominates - Return true if DebugLoc's lexical scope dominates at least one
292 bool LexicalScopes::dominates(DebugLoc DL, MachineBasicBlock *MBB) {
304 DebugLoc IDL = I->getDebugLoc();