| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.h | 61 return const_cast<DILocalVariable *>(getVariable(ID).getVariable()); in getDILocalVariable() 64 const DebugVariable &getVariable(VariableID ID) const { in getVariable() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 119 const DebugVariable &getVariable(VariableID ID) const { in getVariable() function in FunctionVarLocsBuilder 171 OS << "[" << Counter << "] " << V.getVariable()->getName(); in print() 331 return DebugAggregate(Var.getVariable(), Var.getInlinedAt()); in getAggregate() 668 if (skipVariable(DbgVar.getVariable())) in addDef() 688 EndBit = *DbgVar.getVariable()->getSizeInBits(); in addDef() 1638 DebugVariable V = FnVarLocs->getVariable(Var); in processUntaggedInstruction() 1951 DebugVariable DbgVar = FnVarLocs->getVariable(Var); in process() 2167 DebugAggregate DA = {DV.getVariable(), DV.getInlinedAt()}; in buildOverlapMapAndRecordDeclares() 2202 DebugVariable(Assign->getVariable(), FragInfo, in buildOverlapMapAndRecordDeclares() 2606 DebugVariable Key(FnVarLocs.getVariable(Loc.VariableID).getVariable(), in removeRedundantDbgLocsUsingForwardScan() [all …]
|
| H A D | MachineDebugify.cpp | 77 Line2Var[Line] = DVI->getVariable(); in applyDebugifyMetadataToMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 246 const DILocalVariable *getVariable() const { in getVariable() function 250 StringRef getName() const { return getVariable()->getName(); } in getName() 255 if (getVariable()->isParameter()) in getTag() 263 if (getVariable()->isArtificial()) in isArtificial() 271 if (getVariable()->isObjectPointer()) in isObjectPointer()
|
| H A D | DwarfFile.cpp | 107 const DILocalVariable *DV = Var->getVariable(); in addScopeVariable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 18 Variable(DVI->getVariable()), Expression(DVI->getExpression()), 43 : DebugValueUser(DPV.DebugValues), Variable(DPV.getVariable()), in DPValue() 255 return getVariable()->getSizeInBits(); in getFragmentSizeInBits() 292 MetadataAsValue::get(Context, getVariable()), in createDebugIntrinsic() 301 MetadataAsValue::get(Context, getVariable()), in createDebugIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 1147 DoErase({Var.getVariable(), FragmentHolder, Var.getInlinedAt()}); in erase() 1282 Out << " Var: " << VL.Var.getVariable()->getName(); in printVarLocInMBB() 1475 if (!VL.Var.getVariable()->isParameter()) in emitEntryValues() 1815 << VL.Var.getVariable()->getName() << ")\n"); in transferSpillOrRestoreInst() 1824 << VL.Var.getVariable()->getName() << ")\n"); in transferSpillOrRestoreInst() 1955 auto SeenIt = SeenFragments.find(MIVar.getVariable()); in accumulateFragmentMap() 1959 SeenFragments.insert({MIVar.getVariable(), OneFragment}); in accumulateFragmentMap() 1961 OverlappingFragments.insert({{MIVar.getVariable(), ThisFragment}, {}}); in accumulateFragmentMap() 1986 OverlappingFragments.find({MIVar.getVariable(), ASeenFragment}); in accumulateFragmentMap() 2057 << VL.Var.getVariable()->getName() << "\n"; in join() [all …]
|
| H A D | InstrRefBasedImpl.cpp | 598 if (!Var.getVariable()->isParameter()) in isEntryValueVariable() 923 Var.getVariable()->getScope(), in emitMOLoc() 931 MIB.addMetadata(Var.getVariable()); in emitMOLoc() 1161 DebugLoc DL = DILocation::get(Var.getVariable()->getContext(), 0, 0, in emitLoc() 1162 Var.getVariable()->getScope(), in emitLoc() 1193 return BuildMI(MF, DL, Desc, false, MOs, Var.getVariable(), in emitLoc() 1258 } else if (auto Size = Var.getVariable()->getSizeInBits()) { in emitLoc() 1307 return BuildMI(MF, DL, Desc, Indirect, MOs, Var.getVariable(), Expr); in emitLoc() 2201 auto SeenIt = SeenFragments.find(MIVar.getVariable()); in accumulateFragmentMap() 2205 SeenFragments.insert({MIVar.getVariable(), OneFragment}); in accumulateFragmentMap() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 123 OS << " [debug variable = " << DDI->getVariable()->getName() << "]"; in printInfoComment() 130 OS << " [debug variable = " << DVI->getVariable()->getName() << "]"; in printInfoComment()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 278 : Var(DVI->getVariable()), DL(getDebugValueLoc(DVI)) {} in VarRecord() 280 : Var(DPV->getVariable()), DL(getDebugValueLoc(DPV)) {} in VarRecord()
|
| H A D | DebugProgramInstruction.h | 243 DILocalVariable *getVariable() const { return Variable; } in getVariable() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 66 const auto *GV = GVU->getVariable(); in printModuleDebugInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 528 const VarDecl *VD = CI.getVariable(); in getCaptureFieldType() 595 const VarDecl *variable = CI.getVariable(); in computeBlockInfo() 889 const VarDecl *variable = CI.getVariable(); in EmitBlockLiteral() 1513 const VarDecl *variable = CI.getVariable(); in GenerateBlockFunction() 1550 const VarDecl *variable = CI.getVariable(); in GenerateBlockFunction() 1686 QualType CaptureTy = CI.getVariable()->getType(); in getBlockCaptureStr() 1722 const VarDecl *Var = CI.getVariable(); in getBlockCaptureStr() 1917 QualType captureType = CI.getVariable()->getType(); in GenerateCopyHelperFunction() 1936 QualType varType = CI.getVariable()->getType(); in GenerateCopyHelperFunction() 1986 /*ForCopyHelper*/ true, CI.getVariable(), *this); in GenerateCopyHelperFunction() [all …]
|
| H A D | CGBlocks.h | 292 Captures[C.Cap->getVariable()] = &C; in buildCaptureMap()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransBlockObjCVariable.cpp | 81 VarDecl *var = I.getVariable(); in VisitBlockDecl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1687 auto *DIVar = DII->getVariable(); in ConvertDebugDeclareToDebugValue() 1731 auto *DIVar = DII->getVariable(); in ConvertDebugDeclareToDebugValue() 1757 auto *DIVar = DPV->getVariable(); in ConvertDebugDeclareToDebugValue() 1804 auto *DIVar = DII->getVariable(); in ConvertDebugDeclareToDebugValue() 1835 auto *DIVar = DPV->getVariable(); in ConvertDebugDeclareToDebugValue() 1874 auto *DIVar = DPV->getVariable(); in ConvertDebugDeclareToDebugValue() 2123 assert(DII->getVariable() && "Missing variable"); in replaceDbgDeclare() 2172 updateOneDbgValueForAlloca(DVI->getDebugLoc(), DVI->getVariable(), in replaceDbgValueForAlloca() 2178 updateOneDbgValueForAlloca(DPV->getDebugLoc(), DPV->getVariable(), in replaceDbgValueForAlloca() 2732 DILocalVariable *Var = DII.getVariable(); in replaceAllDbgUsesWith() [all …]
|
| H A D | Debugify.cpp | 351 auto *Var = DVI->getVariable(); in collectDebugInfoMetadata() 594 auto *Var = DVI->getVariable(); in checkDebugInfoMetadata() 690 auto Signedness = DVI->getVariable()->getSignedness(); in diagnoseMisSizedDbgValue() 764 (void)to_integer(DVI->getVariable()->getName(), Var, 10); in checkDebugifyMetadata()
|
| H A D | BasicBlockUtils.cpp | 402 DebugVariable Key(DPV.getVariable(), DPV.getExpression(), in DPValuesRemoveRedundantDbgInstrsUsingBackwardScan() 441 DebugVariable Key(DVI->getVariable(), in removeRedundantDbgInstrsUsingBackwardScan() 502 DebugVariable Key(DPV.getVariable(), std::nullopt, in DPValuesRemoveRedundantDbgInstrsUsingForwardScan() 541 return DebugVariable(DPV.getVariable(), std::nullopt, in DPValuesRemoveUndefDbgAssignsFromEntryBlock() 580 DebugVariable Key(DVI->getVariable(), std::nullopt, in removeRedundantDbgInstrsUsingForwardScan() 644 return DebugVariable(DVI->getVariable(), std::nullopt, in removeUndefDbgAssignsFromEntryBlock()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1407 ValueDecl *Var = C.getVariable(); in ActOnStartOfLambdaDefinition() 1833 return cast<VarDecl>(Cap.getVariable())->getInit(); in BuildCaptureInit() 1864 ValueDecl *Var = Cap.getVariable(); in BuildCaptureInit() 1912 Expr *Init = cast<VarDecl>(From.getVariable())->getInit(); in CaptureHasSideEffects() 1946 From.getVariable()->isPlaceholderVar(getLangOpts())) in DiagnoseUnusedLambdaCapture() 1953 diag << From.getVariable(); in DiagnoseUnusedLambdaCapture() 1968 const auto *Var = dyn_cast_or_null<VarDecl>(Capture.getVariable()); in BuildCaptureField() 2118 ValueDecl *Var = From.getVariable(); in BuildLambdaExpr()
|
| H A D | ScopeInfo.cpp | 225 return !isNested() && isVariableCapture() && getVariable()->isInitCapture(); in isInitCapture()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 180 DIVariable *getVariable() const { return Var; } in getVariable() function
|
| H A D | InstrEmitter.cpp | 681 assert(cast<DILocalVariable>(SD->getVariable()) in EmitDbgValue() 763 MDNode *Var = SD->getVariable(); in EmitDbgInstrRef() 894 DIVariable *Var = SD->getVariable(); in EmitDbgNoLocation() 905 MDNode *Var = SD->getVariable(); in EmitDbgValueList() 921 MDNode *Var = SD->getVariable(); in EmitDbgValueFromSingleOp()
|
| H A D | SelectionDAGBuilder.h | 121 DILocalVariable *getVariable() const { return Variable; } in getVariable() function 135 OS << "DDI(var=" << *P.DDI.getVariable();
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 154 const VarDecl *VD = I.getVariable(); in getSelfDecl() 651 BV->push_back(CI.getVariable(), BC); in LazyInitializeReferencedDecls()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 558 DILocalVariable *DILocVar = DVI->getVariable(); in filterInstsUnrelatedToPDI() 573 DILocalVariable *DILocVar = DDI->getVariable(); in filterInstsUnrelatedToPDI()
|