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

/external/llvm/lib/VMCore/
H A DDebugLoc.cpp48 /// Return both the Scope and the InlinedAt values.
75 MDNode *Scope, MDNode *InlinedAt) {
89 if (InlinedAt == 0)
93 InlinedAt, 0);
74 get(unsigned Line, unsigned Col, MDNode *Scope, MDNode *InlinedAt) argument
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp137 MDNode *InlinedAt = NULL; local
138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
140 if (InlinedAt) {
144 return getOrCreateInlinedScope(Scope, InlinedAt);
176 MDNode *InlinedAt) {
177 LexicalScope *InlinedScope = LexicalScopeMap.lookup(InlinedAt);
181 DebugLoc InlinedLoc = DebugLoc::getFromDILocation(InlinedAt);
183 DIDescriptor(Scope), InlinedAt, false);
185 LexicalScopeMap[InlinedAt] = InlinedScope;
175 getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt) argument
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp471 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); local
473 InlinedAt, Ctx));

Completed in 167 milliseconds