Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLexicalScopes.cpp141 MDNode *InlinedAt = nullptr; in getOrCreateLexicalScope() local
142 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext()); in getOrCreateLexicalScope()
144 if (InlinedAt) { in getOrCreateLexicalScope()
148 return getOrCreateInlinedScope(Scope, InlinedAt); in getOrCreateLexicalScope()
184 MDNode *InlinedAt) { in getOrCreateInlinedScope() argument
185 std::pair<const MDNode*, const MDNode*> P(ScopeNode, InlinedAt); in getOrCreateInlinedScope()
193 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILocation(InlinedAt)); in getOrCreateInlinedScope()
195 Parent = getOrCreateInlinedScope(Scope.getContext(), InlinedAt); in getOrCreateInlinedScope()
201 std::make_tuple(Parent, Scope, InlinedAt, in getOrCreateInlinedScope()
DMachineInstr.cpp1667 if (MDNode *InlinedAt = DV.getInlinedAt()) { in print() local
1668 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in print()
/external/llvm/lib/IR/
DDebugLoc.cpp74 if (MDNode *InlinedAt = getInlinedAt(Ctx)) in getScopeNode() local
75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx); in getScopeNode()
95 MDNode *Scope, MDNode *InlinedAt) { in get() argument
109 if (!InlinedAt) in get()
113 InlinedAt, 0); in get()
DDebugInfo.cpp1442 if (MDNode *InlinedAt = getInlinedAt()) { in printExtendedName() local
1443 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in printExtendedName()
/external/llvm/include/llvm/IR/
DDebugLoc.h62 MDNode *Scope, MDNode *InlinedAt = nullptr);
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h212 LexicalScope *getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt);
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp480 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers() local
482 InlinedAt, Ctx)); in fixupLineNumbers()