| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocEntry.h | 76 DIVariable getVariable() const { return DIVariable(Variable); } in getVariable() function 144 return A.getVariable() == B.getVariable() && in sortUniqueValues()
|
| H A D | DwarfFile.cpp | 151 DIVariable DV = Var->getVariable(); in addScopeVariable() 163 unsigned CurNum = (*I)->getVariable().getArgNumber(); in addScopeVariable()
|
| H A D | DwarfCompileUnit.cpp | 741 DV.getVariable().isIndirect()); in addVariableAddress() 780 assert(!DV.getVariable().isIndirect() in addComplexAddress() 785 if (DV.getVariable().isIndirect()) in addComplexAddress() 807 addSourceLine(VariableDie, Var.getVariable()); in applyVariableAttributes()
|
| H A D | DwarfDebug.h | 95 DIVariable getVariable() const { return Var; } in getVariable() function
|
| H A D | DwarfDebug.cpp | 507 DbgVariable *AbsVar = getExistingAbstractVariable(Var->getVariable()); in finishVariableDefinitions() 926 Value.getVariable()->dump(); in buildLocationList() 1685 DIVariable Var = Piece.getVariable(); in emitLocPieces() 1713 DIVariable DV = Value.getVariable(); in emitDebugLocValue()
|
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 96 DIVariable Var(DDI->getVariable()); in printInfoComment() 104 DIVariable Var(DVI->getVariable()); in printInfoComment()
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/ |
| H A D | Cloning.cpp | 387 EXPECT_EQ(OldFunc, DISubprogram(DIVariable(OldIntrin->getVariable()) in TEST_F() 390 EXPECT_EQ(NewFunc, DISubprogram(DIVariable(NewIntrin->getVariable()) in TEST_F() 397 EXPECT_EQ(OldFunc, DISubprogram(DIVariable(OldIntrin->getVariable()) in TEST_F() 400 EXPECT_EQ(NewFunc, DISubprogram(DIVariable(NewIntrin->getVariable()) in TEST_F()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 87 MDNode *getVariable() const { return Var; } in getVariable() function
|
| H A D | FastISel.cpp | 1082 DIVariable DIVar(DI->getVariable()); in selectIntrinsicCall() 1129 DI->getVariable(), DI->getExpression()); in selectIntrinsicCall() 1135 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1155 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1162 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1168 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1174 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1180 DI->getOffset(), DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
|
| H A D | FunctionLoweringInfo.cpp | 180 DIVariable DIVar(DI->getVariable()); in set() 198 MMI.setVariableDbgInfo(DI->getVariable(), DI->getExpression(), in set()
|
| H A D | InstrEmitter.cpp | 650 MDNode *Var = SD->getVariable(); in EmitDbgValue()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 85 MDNode *getVariable() const { in getVariable() function 113 MDNode *getVariable() const { in getVariable() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransBlockObjCVariable.cpp | 82 VarDecl *var = I.getVariable(); in VisitBlockDecl()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 988 DVI->getVariable() == DIVar) in LdStHasDebugValue() 998 DIVariable DIVar(DDI->getVariable()); in ConvertDebugDeclareToDebugValue() 1029 DIVariable DIVar(DDI->getVariable()); in ConvertDebugDeclareToDebugValue() 1084 AI, 0, DIVariable(DDI->getVariable()), in LowerDbgDeclare() 1111 DIVariable DIVar(DDI->getVariable()); in replaceDbgDeclareForAlloca()
|
| H A D | InlineFunction.cpp | 876 Ctx, createInlinedVariable(DVI->getVariable(), in fixupLineNumbers() 882 Ctx, createInlinedVariable(DDI->getVariable(), in fixupLineNumbers()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 431 getVariable() == nullptr; in isVLATypeCapture() 435 VarDecl *getVariable() const { in getVariable() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 210 info.Captures[Capture->getVariable()] in setIndex() 380 const VarDecl *variable = CI.getVariable(); in computeBlockInfo() 604 const VarDecl *variable = CI.getVariable(); in enterBlockScope() 758 const VarDecl *variable = CI.getVariable(); in EmitBlockLiteral() 1197 const VarDecl *variable = CI.getVariable(); in GenerateBlockFunction() 1237 const VarDecl *variable = CI.getVariable(); in GenerateBlockFunction() 1349 const VarDecl *variable = CI.getVariable(); in GenerateCopyHelperFunction() 1518 const VarDecl *variable = CI.getVariable(); in GenerateDestroyHelperFunction()
|
| H A D | CGDecl.cpp | 572 if (I.getVariable() == &var) in isAccessedBy() 1029 if (I.getVariable() == &var) in isCapturedBy()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 145 const VarDecl *VD = I.getVariable(); in getSelfDecl() 522 BV->push_back(CI.getVariable(), BC); in LazyInitializeReferencedDecls()
|
| H A D | UninitializedValues.cpp | 662 const VarDecl *vd = I.getVariable(); in VisitBlockExpr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1096 MDNode *N = dyn_cast<MDNode>(DDI->getVariable()); in processDeclare() 1112 MDNode *N = dyn_cast<MDNode>(DVI->getVariable()); in processValue()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 455 VarDecl *variable = CI.getVariable(); in BuildScopeInformation()
|
| /minix3/minix/llvm/passes/magic/support/ |
| H A D | MagicUtil.cpp | 106 Var = DIVariable(cast<MDNode>(DDI->getVariable())); in getLVSourceName() 115 DIVariable otherVar(cast<MDNode>(OtherDDI->getVariable())); in getLVSourceName()
|
| H A D | SmartType.cpp | 366 DIVariable Var(cast<MDNode>(DDI->getVariable())); in getSmartTypeFromLV()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 1560 if (I.getVariable()) { in VisitBlockDecl() 1562 dumpBareDeclRef(I.getVariable()); in VisitBlockDecl()
|