Searched defs:InlinedAt (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp141 MDNode *InlinedAt = nullptr; local
142 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
144 if (InlinedAt) {
148 return getOrCreateInlinedScope(Scope, InlinedAt);
184 MDNode *InlinedAt) {
185 std::pair<const MDNode*, const MDNode*> P(ScopeNode, InlinedAt);
193 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILocation(InlinedAt));
195 Parent = getOrCreateInlinedScope(Scope.getContext(), InlinedAt);
201 std::make_tuple(Parent, Scope, InlinedAt,
183 getOrCreateInlinedScope(MDNode *ScopeNode, MDNode *InlinedAt) argument
/external/llvm/lib/IR/
H A DDebugLoc.cpp48 /// Return both the Scope and the InlinedAt values.
74 if (MDNode *InlinedAt = getInlinedAt(Ctx))
75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx);
95 MDNode *Scope, MDNode *InlinedAt) {
109 if (!InlinedAt)
113 InlinedAt, 0);
94 get(unsigned Line, unsigned Col, MDNode *Scope, MDNode *InlinedAt) argument
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp480 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); local
482 InlinedAt, Ctx));

Completed in 494 milliseconds