Home
last modified time | relevance | path

Searched refs:getVariable (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h152 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
163 const DILocalVariable *getVariable() const { in getVariable() function
174 StringRef getName() const { return getVariable()->getName(); } in getName()
184 if (getVariable()->isParameter()) in getTag()
192 if (getVariable()->isArtificial()) in isArtificial()
200 if (getVariable()->isObjectPointer()) in isObjectPointer()
H A DDwarfFile.cpp97 const DILocalVariable *DV = Var->getVariable(); in addScopeVariable()
H A DDwarfDebug.cpp187 assert(getVariable() && "Invalid complex DbgVariable!"); in isBlockByrefVariable()
188 return getVariable()->getType().resolve()->isBlockByrefStruct(); in isBlockByrefVariable()
192 DIType *Ty = getVariable()->getType().resolve(); in getType()
257 assert(V.getVariable() == getVariable() && "conflicting variable"); in addMMIEntry()
726 GVMap[GVE->getVariable()].push_back({&Global, GVE->getExpression()}); in beginModule()
776 auto &GVMapEntry = GVMap[GVE->getVariable()]; in beginModule()
783 DIGlobalVariable *GV = GVE->getVariable(); in beginModule()
H A DDwarfCompileUnit.cpp543 insertDIE(DV.getVariable(), VariableDie); in constructVariableDIEImpl()
661 DbgVar.insert({Var->getVariable(), Var}); in sortLocalVars()
1079 const auto *DIVar = Var.getVariable(); in applyVariableAttributes()
/freebsd-12.1/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp111 OS << " [debug variable = " << DDI->getVariable()->getName() << "]"; in printInfoComment()
118 OS << " [debug variable = " << DVI->getVariable()->getName() << "]"; in printInfoComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp504 const VarDecl *VD = CI.getVariable(); in getCaptureFieldType()
570 const VarDecl *variable = CI.getVariable(); in computeBlockInfo()
811 const VarDecl *variable = CI.getVariable(); in enterBlockScope()
1043 const VarDecl *variable = CI.getVariable(); in EmitBlockLiteral()
1628 const VarDecl *variable = CI.getVariable(); in GenerateBlockFunction()
1665 const VarDecl *variable = CI.getVariable(); in GenerateBlockFunction()
1765 const VarDecl *Variable = CI.getVariable(); in findBlockCapturedManagedEntities()
1826 QualType CaptureTy = CI.getVariable()->getType(); in getBlockCaptureStr()
1861 const VarDecl *Var = CI.getVariable(); in getBlockCaptureStr()
2061 QualType captureType = CI.getVariable()->getType(); in GenerateCopyHelperFunction()
[all …]
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp94 const auto *GV = GVU->getVariable(); in print()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp82 VarDecl *var = I.getVariable(); in VisitBlockDecl()
/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp194 auto Signedness = DVI->getVariable()->getSignedness(); in diagnoseMisSizedDbgValue()
269 (void)to_integer(DVI->getVariable()->getName(), Var, 10); in checkDebugifyMetadata()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h94 DIVariable *getVariable() const { return Var; } in getVariable() function
H A DFastISel.cpp1342 assert(DI->getVariable() && "Missing variable"); in selectIntrinsicCall()
1383 assert(DI->getVariable()->isValidLocationForIntrinsic(DbgLoc) && in selectIntrinsicCall()
1389 *Op, DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
1402 assert(DI->getVariable()->isValidLocationForIntrinsic(DbgLoc) && in selectIntrinsicCall()
1408 DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
1414 .addMetadata(DI->getVariable()) in selectIntrinsicCall()
1420 .addMetadata(DI->getVariable()) in selectIntrinsicCall()
1426 .addMetadata(DI->getVariable()) in selectIntrinsicCall()
1432 DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DIntrinsicInst.cpp56 return getVariable()->getSizeInBits(); in getFragmentSizeInBits()
H A DDebugInfo.cpp83 auto *GV = DIG->getVariable(); in processCompileUnit()
200 auto *N = dyn_cast<MDNode>(DDI->getVariable()); in processDeclare()
215 auto *N = dyn_cast<MDNode>(DVI->getVariable()); in processValue()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1226 DVI->getVariable() == DIVar && in LdStHasDebugValue()
1244 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue()
1280 auto *DIVar = DII->getVariable(); in ConvertDebugDeclareToDebugValue()
1309 auto *DIVar = DII->getVariable(); in ConvertDebugDeclareToDebugValue()
1338 auto *DIVar = DII->getVariable(); in ConvertDebugDeclareToDebugValue()
1419 DIB.insertDbgValueIntrinsic(AI, DDI->getVariable(), DerefExpr, in LowerDbgDeclare()
1526 auto *DIVar = DII->getVariable(); in replaceDbgDeclare()
1550 auto *DIVar = DVI->getVariable(); in replaceOneDbgValueForAlloca()
1844 DILocalVariable *Var = DII.getVariable(); in replaceAllDbgUsesWith()
H A DLoopUtils.cpp571 auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop()
574 DeadDebugSet.insert({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop()
586 UndefValue::get(Builder.getInt32Ty()), DVI->getVariable(), in deleteDeadLoop()
H A DLoopRotationUtils.cpp314 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()}; in rotateLoop()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp806 assert(DI.getVariable() && "Missing variable"); in translateKnownIntrinsic()
814 assert(DI.getVariable()->isValidLocationForIntrinsic( in translateKnownIntrinsic()
821 MF->setVariableDbgInfo(DI.getVariable(), DI.getExpression(), in translateKnownIntrinsic()
827 DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
861 assert(DI.getVariable()->isValidLocationForIntrinsic( in translateKnownIntrinsic()
867 MIRBuilder.buildIndirectDbgValue(0, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
869 MIRBuilder.buildConstDbgValue(*CI, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
876 MIRBuilder.buildDirectDbgValue(Reg, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp153 const VarDecl *VD = I.getVariable(); in getSelfDecl()
586 BV->push_back(CI.getVariable(), BC); in LazyInitializeReferencedDecls()
H A DUninitializedValues.cpp714 const VarDecl *vd = I.getVariable(); in VisitBlockExpr()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp564 DILocalVariable *DILocVar = DVI->getVariable(); in filterInstsUnrelatedToPDI()
579 DILocalVariable *DILocVar = DDI->getVariable(); in filterInstsUnrelatedToPDI()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp130 const auto *T = C.getVariable()->getType()->getAs<TypedefType>(); in isSemaphoreCaptured()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1406 auto *Var = Capture.getVariable(); in performLambdaVarCaptureInitialization()
1495 diag << From.getVariable(); in DiagnoseUnusedLambdaCapture()
1611 VarDecl *Var = From.getVariable(); in BuildLambdaExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp281 if (C.getVariable()) { in Visit()
283 dumpBareDeclRef(C.getVariable()); in Visit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h593 VarDecl *getVariable() const { in getVariable() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h101 DILocalVariable *getVariable() const { in getVariable() function

123