Home
last modified time | relevance | path

Searched refs:InlinedAt (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/VMCore/
DDebugLoc.cpp74 MDNode *Scope, MDNode *InlinedAt) { in get() argument
88 if (InlinedAt == 0) in get()
92 InlinedAt, 0); in get()
/external/llvm/include/llvm/Support/
DDebugLoc.h60 MDNode *Scope, MDNode *InlinedAt = 0);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1572 MDNode *InlinedAt = NULL; in getOrCreateDbgScope() local
1573 DL.getScopeAndInlinedAt(Scope, InlinedAt, Ctx); in getOrCreateDbgScope()
1575 if (!InlinedAt) { in getOrCreateDbgScope()
1594 DbgScope *WScope = DbgScopeMap.lookup(InlinedAt); in getOrCreateDbgScope()
1598 WScope = new DbgScope(NULL, DIDescriptor(Scope), InlinedAt); in getOrCreateDbgScope()
1599 DbgScopeMap.insert(std::make_pair(InlinedAt, WScope)); in getOrCreateDbgScope()
1600 InlinedDbgScopeMap[DebugLoc::getFromDILocation(InlinedAt)] = WScope; in getOrCreateDbgScope()
1602 getOrCreateDbgScope(DebugLoc::getFromDILocation(InlinedAt)); in getOrCreateDbgScope()
1650 MDNode *InlinedAt = NULL; in printDbgScopeInfo() local
1655 MIDL.getScopeAndInlinedAt(Scope, InlinedAt, Ctx); in printDbgScopeInfo()
[all …]
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp777 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers() local
779 InlinedAt, Ctx)); in fixupLineNumbers()