Searched refs:getInlinedAt (Results 1 – 18 of 18) sorted by relevance
/external/llvm/lib/IR/ |
D | DebugLoc.cpp | 41 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc 43 return get()->getInlinedAt(); in getInlinedAt() 78 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) { in dump() 97 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()
|
D | DebugInfo.cpp | 145 processLocation(M, Loc->getInlinedAt()); in processLocation()
|
/external/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 206 NewScope, DIL->getInlinedAt())); in runOnFunction() 237 CurrentDIL->getInlinedAt())); in runOnFunction()
|
D | InlineFunction.cpp | 943 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in updateInlinedAtInfo() 983 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers()
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 61 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function 208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
|
/external/llvm/include/llvm/IR/ |
D | DebugLoc.h | 96 DILocation *getInlinedAt() const;
|
D | DebugInfoMetadata.h | 1154 DILocation *getInlinedAt() const { 1167 if (auto *IA = getInlinedAt())
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 102 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at"); in initializeDbgValue() 112 const DILocation *getInlinedAt() const { return IA; } in getInlinedAt() function
|
D | DbgValueHistoryCalculator.cpp | 210 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgValueHistory()
|
D | DwarfCompileUnit.cpp | 315 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE() 439 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE() 568 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
|
D | DwarfDebug.cpp | 362 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE() 517 InlinedVariable(Var->getVariable(), Var->getInlinedAt())); in finishVariableDefinitions() 741 InlinedVariable Var(VI.Var, VI.Loc->getInlinedAt()); in collectVariableInfoFromMMITable()
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 66 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 161 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA && in match() 370 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() 385 if (auto *InlinedAt = DL->getInlinedAt()) { in printExtendedName() 465 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect)) in getUserValue()
|
D | LexicalScopes.cpp | 119 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope()
|
D | LiveDebugValues.cpp | 192 DebugVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in transferDebugValue()
|
D | MachineInstr.cpp | 1787 if (auto *InlinedAt = debugLoc->getInlinedAt()) { in print()
|
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 585 DIL = DIL->getInlinedAt()) { in findFunctionSamples()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 865 Record.push_back(VE.getMetadataOrNullID(N->getInlinedAt())); in WriteDILocation() 2523 Vals.push_back(VE.getMetadataOrNullID(DL->getInlinedAt())); in WriteFunction()
|