Searched refs:InlinedAt (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 141 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()
|
D | MachineInstr.cpp | 1667 if (MDNode *InlinedAt = DV.getInlinedAt()) { in print() local 1668 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in print()
|
/external/llvm/lib/IR/ |
D | DebugLoc.cpp | 74 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()
|
D | DebugInfo.cpp | 1442 if (MDNode *InlinedAt = getInlinedAt()) { in printExtendedName() local 1443 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in printExtendedName()
|
/external/llvm/include/llvm/IR/ |
D | DebugLoc.h | 62 MDNode *Scope, MDNode *InlinedAt = nullptr);
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 212 LexicalScope *getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt);
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 480 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers() local 482 InlinedAt, Ctx)); in fixupLineNumbers()
|