Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DebugLoc

1272                                               DebugLoc ScopeLoc) {
1329 const std::pair<unsigned, DebugLoc> &VP = VI->second;
1507 DebugLoc DL = MI->getDebugLoc();
1513 PrologEndLoc = DebugLoc();
1569 DbgScope *DwarfDebug::getOrCreateDbgScope(DebugLoc DL) {
1583 getOrCreateDbgScope(DebugLoc::getFromDILexicalBlock(Scope));
1600 InlinedDbgScopeMap[DebugLoc::getFromDILocation(InlinedAt)] = WScope;
1602 getOrCreateDbgScope(DebugLoc::getFromDILocation(InlinedAt));
1653 DebugLoc MIDL = MInsn->getDebugLoc();
1687 DebugLoc PrevDL;
1697 const DebugLoc MIDL = MInsn->getDebugLoc();
1805 /// getScopeNode - Get MDNode for DebugLoc's scope.
1806 static MDNode *getScopeNode(DebugLoc DL, const LLVMContext &Ctx) {
1808 return getScopeNode(DebugLoc::getFromDILocation(InlinedAt), Ctx);
1814 static DebugLoc getFnDebugLoc(DebugLoc DL, const LLVMContext &Ctx) {
1818 return DebugLoc::get(SP.getLineNumber(), 0, SP);
1819 return DebugLoc();
1979 PrevInstLoc = DebugLoc();
1984 DebugLoc FnStartDL = getFnDebugLoc(PrologEndLoc,
2082 DbgScope *DwarfDebug::findDbgScope(DebugLoc DL) {
2089 Scope = InlinedDbgScopeMap.lookup(DebugLoc::getFromDILocation(IA));