Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDLexicalScopes.cpp137 MDNode *InlinedAt = NULL; in getOrCreateLexicalScope() local
138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext()); in getOrCreateLexicalScope()
140 if (InlinedAt) { in getOrCreateLexicalScope()
144 return getOrCreateInlinedScope(Scope, InlinedAt); in getOrCreateLexicalScope()
176 MDNode *InlinedAt) { in getOrCreateInlinedScope() argument
177 LexicalScope *InlinedScope = LexicalScopeMap.lookup(InlinedAt); in getOrCreateInlinedScope()
181 DebugLoc InlinedLoc = DebugLoc::getFromDILocation(InlinedAt); in getOrCreateInlinedScope()
183 DIDescriptor(Scope), InlinedAt, false); in getOrCreateInlinedScope()
185 LexicalScopeMap[InlinedAt] = InlinedScope; in getOrCreateInlinedScope()
HDMachineInstr.cpp1618 if (MDNode *InlinedAt = DV.getInlinedAt()) { in print() local
1619 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in print()
/trueos/contrib/llvm/lib/IR/
HDDebugLoc.cpp75 MDNode *Scope, MDNode *InlinedAt) { in get() argument
89 if (InlinedAt == 0) in get()
93 InlinedAt, 0); in get()
HDDebugInfo.cpp1402 if (MDNode *InlinedAt = getInlinedAt()) { in printExtendedName() local
1403 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in printExtendedName()
/trueos/contrib/llvm/include/llvm/Support/
HDDebugLoc.h61 MDNode *Scope, MDNode *InlinedAt = 0);
/trueos/contrib/llvm/include/llvm/CodeGen/
HDLexicalScopes.h116 LexicalScope *getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt);
/trueos/contrib/llvm/lib/Transforms/Utils/
HDInlineFunction.cpp482 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers() local
484 InlinedAt, Ctx)); in fixupLineNumbers()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1590 if (MDNode *InlinedAt = DL.getInlinedAt(Ctx)) in getScopeNode() local
1591 return getScopeNode(DebugLoc::getFromDILocation(InlinedAt), Ctx); in getScopeNode()