Home
last modified time | relevance | path

Searched refs:getInlinedAt (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/IR/
DDebugLoc.cpp41 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()
DDebugInfo.cpp145 processLocation(M, Loc->getInlinedAt()); in processLocation()
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp206 NewScope, DIL->getInlinedAt())); in runOnFunction()
237 CurrentDIL->getInlinedAt())); in runOnFunction()
DInlineFunction.cpp943 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in updateInlinedAtInfo()
983 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers()
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h61 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
/external/llvm/include/llvm/IR/
DDebugLoc.h96 DILocation *getInlinedAt() const;
DDebugInfoMetadata.h1154 DILocation *getInlinedAt() const {
1167 if (auto *IA = getInlinedAt())
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h102 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at"); in initializeDbgValue()
112 const DILocation *getInlinedAt() const { return IA; } in getInlinedAt() function
DDbgValueHistoryCalculator.cpp210 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgValueHistory()
DDwarfCompileUnit.cpp315 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE()
439 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE()
568 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
DDwarfDebug.cpp362 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/
Dllvm-dis.cpp66 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp161 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()
DLexicalScopes.cpp119 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope()
DLiveDebugValues.cpp192 DebugVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in transferDebugValue()
DMachineInstr.cpp1787 if (auto *InlinedAt = debugLoc->getInlinedAt()) { in print()
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp585 DIL = DIL->getInlinedAt()) { in findFunctionSamples()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp865 Record.push_back(VE.getMetadataOrNullID(N->getInlinedAt())); in WriteDILocation()
2523 Vals.push_back(VE.getMetadataOrNullID(DL->getInlinedAt())); in WriteFunction()