Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp40 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc
42 return get()->getInlinedAt(); in getInlinedAt()
91 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt()
98 if (ReplaceLast && !IA->getInlinedAt()) in appendInlinedAt()
129 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()
DDebugInfoMetadata.cpp87 for (DILocation *L = LocA->getInlinedAt(); L; L = L->getInlinedAt()) in getMergedLocation()
91 DILocation *L = LocA->getInlinedAt(); in getMergedLocation()
97 L = L->getInlinedAt(); in getMergedLocation()
102 L = LocB->getInlinedAt(); in getMergedLocation()
109 L = L->getInlinedAt(); in getMergedLocation()
DDebugInfo.cpp121 processLocation(M, Loc->getInlinedAt()); in processLocation()
497 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation()
642 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo()
904 return wrap(unwrapDI<DILocation>(Location)->getInlinedAt()); in LLVMDILocationGetInlinedAt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h62 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProf.cpp182 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h86 DILocation *getInlinedAt() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp193 MI.getDebugLoc()->getInlinedAt()), in VarLoc()
386 if (Var.getInlinedAt()) in dump()
387 dbgs() << "!" << Var.getInlinedAt()->getMetadataID() << ")\n"; in dump()
643 DoErase({Var.getVariable(), FragmentHolder, Var.getInlinedAt()}); in erase()
784 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue()
1215 MI.getDebugLoc()->getInlinedAt()); in accumulateFragmentMap()
1411 if (MI.getDebugLoc()->getInlinedAt()) in isEntryValueCandidate()
1462 MI.getDebugLoc()->getInlinedAt()); in recordEntryValue()
DLiveDebugVariables.cpp210 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA; in match()
382 return Label == L && dl->getInlinedAt() == IA && loc == Index; in match()
503 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc()
527 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName()
592 if (UV->match(Var, Expr, DL->getInlinedAt())) in getUserValue()
687 if (L->match(Label, DL->getInlinedAt(), Idx)) { in handleDebugLabel()
DLexicalScopes.cpp132 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope()
DMachineSink.cpp431 MI.getDebugLoc()->getInlinedAt()); in ProcessDbgInst()
DMachineInstr.cpp1768 if (auto *InlinedAt = debugLoc->getInlinedAt()) { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugLoc.h96 DILocation *getInlinedAt() const;
DDebugInfoMetadata.h1437 DILocation *getInlinedAt() const { in getInlinedAt() function
1460 if (auto *IA = getInlinedAt()) in getInlinedAtScope()
1988 getInlinedAt()); in cloneWithDiscriminator()
3297 const DILocation *getInlinedAt() const { return InlinedAt; }
3337 return hash_combine(D.getVariable(), HV, D.getInlinedAt());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDbgEntityHistoryCalculator.cpp250 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
261 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
DDwarfDebug.cpp264 assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() && in initializeDbgValue()
295 assert(V.getInlinedAt() == getInlinedAt() && "conflicting inlined-at location"); in addMMIEntry()
522 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE()
1317 InlinedEntity Var(VI.Var, VI.Loc->getInlinedAt()); in collectVariableInfoFromMFTable()
DDwarfCompileUnit.cpp430 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE()
547 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE()
832 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
DDwarfDebug.h88 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt() function
DCodeViewDebug.cpp272 if (const DILocation *OuterIA = InlinedAt->getInlinedAt()) in getInlineSite()
477 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable()
525 if (const DILocation *SiteLoc = DL->getInlinedAt()) { in maybeRecordLocation()
535 while ((SiteLoc = Loc->getInlinedAt())) { in maybeRecordLocation()
1155 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp345 DVI->getDebugLoc()->getInlinedAt()); in removeRedundantDbgInstrsUsingBackwardScan()
392 DVI->getDebugLoc()->getInlinedAt()); in removeRedundantDbgInstrsUsingForwardScan()
DInlineFunction.cpp1402 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp441 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
DLICM.cpp1707 I.setDebugLoc(DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt())); in hoist()
DGVN.cpp1233 I->setDebugLoc(DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt())); in PerformLoadPRE()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp384 pending.diLocation->getInlinedAt())); in emitPending()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1471 Record.push_back(VE.getMetadataOrNullID(N->getInlinedAt())); in writeDILocation()
3230 Vals.push_back(VE.getMetadataOrNullID(DL->getInlinedAt())); in writeFunction()

12