Home
last modified time | relevance | path

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

1234

/external/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()
/external/llvm-project/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()
/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()
/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()
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp208 NewScope, DIL->getInlinedAt())); in addDiscriminators()
240 CurrentDIL->getInlinedAt())); in addDiscriminators()
/external/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()
/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-project/llvm/include/llvm/CodeGen/
DLexicalScopes.h62 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
206 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProf.cpp182 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h86 DILocation *getInlinedAt() const;
/external/llvm-project/llvm/include/llvm/IR/
DDebugLoc.h96 DILocation *getInlinedAt() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugLoc.h96 DILocation *getInlinedAt() const;
/external/llvm/include/llvm/IR/
DDebugLoc.h96 DILocation *getInlinedAt() const;
/external/llvm-project/llvm/lib/ProfileData/
DSampleProf.cpp185 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
/external/llvm-project/llvm/unittests/CodeGen/
DLexicalScopesTest.cpp144 EXPECT_EQ(FuncScope->getInlinedAt(), nullptr); in TEST_F()
227 EXPECT_EQ(InlinedScope->getInlinedAt(), InlinedLoc.getInlinedAt()); in TEST_F()
240 EXPECT_EQ(AbstractScope.getInlinedAt(), nullptr); in TEST_F()
/external/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()
/external/llvm-project/llvm/bindings/go/llvm/
DIRBindings.cpp63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp337 MI.getDebugLoc()->getInlinedAt()), in VarLoc()
532 if (Var.getInlinedAt()) in dump()
533 Out << "!" << Var.getInlinedAt()->getMetadataID() << ")\n"; in dump()
862 DoErase({Var.getVariable(), FragmentHolder, Var.getInlinedAt()}); in erase()
1055 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue()
1541 MI.getDebugLoc()->getInlinedAt()); in accumulateFragmentMap()
1720 if (MI.getDebugLoc()->getInlinedAt()) in isEntryValueCandidate()
1767 MI.getDebugLoc()->getInlinedAt()); in recordEntryValue()
DInstrRefBasedImpl.cpp760 DebugLoc::get(0, 0, Var.getVariable()->getScope(), Var.getInlinedAt()); in emitLoc()
910 MI.getDebugLoc()->getInlinedAt()); in defVar()
925 MI.getDebugLoc()->getInlinedAt()); in defVar()
1158 MI.getDebugLoc()->getInlinedAt()); in redefVar()
1186 MI.getDebugLoc()->getInlinedAt()); in redefVar()
1284 DebugLoc::get(0, 0, Var.getVariable()->getScope(), Var.getInlinedAt()); in emitMOLoc()
1594 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue()
1653 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef()
2075 MI.getDebugLoc()->getInlinedAt()); in accumulateFragmentMap()
3156 A->getDebugLoc()->getInlinedAt()); in emitLocations()
[all …]
/external/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()
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp61 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
/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
/external/llvm-project/llvm/lib/Analysis/
DInlineAdvisor.cpp380 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in getCallSiteLocation()
409 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in addLocationToRemarks()

1234