Searched refs:InlinedAt (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | LexicalScopes.cpp | 137 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()
|
| HD | MachineInstr.cpp | 1618 if (MDNode *InlinedAt = DV.getInlinedAt()) { in print() local 1619 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in print()
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | DebugLoc.cpp | 75 MDNode *Scope, MDNode *InlinedAt) { in get() argument 89 if (InlinedAt == 0) in get() 93 InlinedAt, 0); in get()
|
| HD | DebugInfo.cpp | 1402 if (MDNode *InlinedAt = getInlinedAt()) { in printExtendedName() local 1403 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in printExtendedName()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | DebugLoc.h | 61 MDNode *Scope, MDNode *InlinedAt = 0);
|
| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | LexicalScopes.h | 116 LexicalScope *getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt);
|
| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | InlineFunction.cpp | 482 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers() local 484 InlinedAt, Ctx)); in fixupLineNumbers()
|
| /trueos/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfDebug.cpp | 1590 if (MDNode *InlinedAt = DL.getInlinedAt(Ctx)) in getScopeNode() local 1591 return getScopeNode(DebugLoc::getFromDILocation(InlinedAt), Ctx); in getScopeNode()
|