Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp41 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc
43 return get()->getInlinedAt(); in getInlinedAt()
79 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt()
86 if (ReplaceLast && !IA->getInlinedAt()) in appendInlinedAt()
117 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()
DDebugInfoMetadata.cpp84 for (DILocation *L = LocA->getInlinedAt(); L; L = L->getInlinedAt()) in getMergedLocation()
87 for (DILocation *L = LocB->getInlinedAt(); L; L = L->getInlinedAt()) { in getMergedLocation()
93 Result->getInlinedAt()); in getMergedLocation()
/external/llvm/lib/IR/
DDebugLoc.cpp40 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc
42 return get()->getInlinedAt(); in getInlinedAt()
77 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) { in dump()
96 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()
DDebugInfo.cpp90 processLocation(M, Loc->getInlinedAt()); in processLocation()
/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp73 const DILocation *getInlinedAt() const { return this->second; }; in getInlinedAt() function
77 return getInlinedAt() < DV.getInlinedAt(); in operator <()
100 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI), in VarLoc()
286 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue()
DLiveDebugVariables.cpp162 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA && in match()
373 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc()
388 if (auto *InlinedAt = DL->getInlinedAt()) { in printExtendedName()
468 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect)) in getUserValue()
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp208 NewScope, DIL->getInlinedAt())); in addDiscriminators()
240 CurrentDIL->getInlinedAt())); in addDiscriminators()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProf.cpp166 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h63 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
210 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp117 const DILocation *getInlinedAt() const { return this->second; } in getInlinedAt() function
121 return getInlinedAt() < DV.getInlinedAt(); in operator <()
141 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI), in VarLoc()
363 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue()
DLiveDebugVariables.cpp204 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA; in match()
423 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc()
438 if (auto *InlinedAt = DL->getInlinedAt()) { in printExtendedName()
491 if (UV->match(Var, Expr, DL->getInlinedAt())) in getUserValue()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h86 DILocation *getInlinedAt() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugLoc.h96 DILocation *getInlinedAt() const;
/external/llvm/include/llvm/IR/
DDebugLoc.h96 DILocation *getInlinedAt() const;
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
DIRBindings.cpp64 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGetCurrentDebugLocation2()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h115 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at"); in initializeDbgValue()
125 const DILocation *getInlinedAt() const { return IA; } in getInlinedAt() function
DDwarfCompileUnit.cpp357 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE()
472 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE()
712 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
829 InlinedVariable(Var.getVariable(), Var.getInlinedAt())); in finishVariableDefinition()
DDbgValueHistoryCalculator.cpp248 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgValueHistory()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h100 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at"); in initializeDbgValue()
110 const DILocation *getInlinedAt() const { return IA; } in getInlinedAt() function
DDwarfCompileUnit.cpp328 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE()
452 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE()
593 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
DDbgValueHistoryCalculator.cpp224 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgValueHistory()
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp61 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/
Dllvm-dis.cpp75 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp72 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()

12