/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 40 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()
|
D | DebugInfoMetadata.cpp | 87 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/ |
D | DebugLoc.cpp | 40 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/ |
D | DebugLoc.cpp | 40 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/ |
D | LiveDebugValues.cpp | 73 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/ |
D | AddDiscriminators.cpp | 208 NewScope, DIL->getInlinedAt())); in addDiscriminators() 240 CurrentDIL->getInlinedAt())); in addDiscriminators()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function 209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
|
/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-project/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 62 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/ |
D | SampleProf.cpp | 182 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DebugLoc.h | 86 DILocation *getInlinedAt() const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugLoc.h | 96 DILocation *getInlinedAt() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugLoc.h | 96 DILocation *getInlinedAt() const;
|
/external/llvm/include/llvm/IR/ |
D | DebugLoc.h | 96 DILocation *getInlinedAt() const;
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | SampleProf.cpp | 185 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | LexicalScopesTest.cpp | 144 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/ |
D | LiveDebugValues.cpp | 193 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()
|
D | LiveDebugVariables.cpp | 210 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/ |
D | IRBindings.cpp | 63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation()
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | VarLocBasedImpl.cpp | 337 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()
|
D | InstrRefBasedImpl.cpp | 760 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/ |
D | DbgEntityHistoryCalculator.cpp | 250 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory() 261 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 61 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 100 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/ |
D | InlineAdvisor.cpp | 380 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in getCallSiteLocation() 409 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in addLocationToRemarks()
|