reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DebugInfoMetadata.h
 3063     return getTemporary(getContext(), getVariable(), getExpression());
lib/AsmParser/LLParser.cpp
 4995       GET_OR_DISTINCT(DIGlobalVariableExpression, (Context, var.Val, expr.Val));
lib/Bitcode/Reader/MetadataLoader.cpp
  506               auto *DGVE = DIGlobalVariableExpression::getDistinct(
  519           auto *DGVE = DIGlobalVariableExpression::getDistinct(
 1759         DGVE = DIGlobalVariableExpression::getDistinct(
 1841         GET_OR_DISTINCT(DIGlobalVariableExpression,
lib/IR/DIBuilder.cpp
  651   auto *N = DIGlobalVariableExpression::get(VMContext, GV, Expr);
lib/IR/Metadata.cpp
 1485       Attachment = DIGlobalVariableExpression::get(getContext(), GV, E);
lib/Transforms/IPO/GlobalOpt.cpp
  452     auto *NGVE = DIGlobalVariableExpression::get(GVE->getContext(), Var, Expr);
 1682           DIGlobalVariableExpression::get(NewGV->getContext(), DGV, E);
unittests/IR/MetadataTest.cpp
 2240   auto *N = DIGlobalVariableExpression::get(Context, Var, Expr);
 2244   EXPECT_EQ(N, DIGlobalVariableExpression::get(Context, Var, Expr));
 2245   EXPECT_NE(N, DIGlobalVariableExpression::get(Context, Var2, Expr));
 2246   EXPECT_NE(N, DIGlobalVariableExpression::get(Context, Var, Expr2));