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

References

include/llvm/IR/DebugInfoMetadata.h
  242         getContext(), getTag(), getHeader(),
  308     return getTemporary(getContext(), getRawCountNode(), getLowerBound());
  371     return getTemporary(getContext(), getValue(), isUnsigned(), getName());
  519     return getTemporary(getContext(), getFilename(), getDirectory(),
  719     return getTemporary(getContext(), getTag(), getName(), getSizeInBits(),
  793     return getTemporary(getContext(), getTag(), getName(), getFile(), getLine(),
  939     return getTemporary(getContext(), getTag(), getName(), getFile(), getLine(),
 1088     return getTemporary(getContext(), getFlags(), getCC(), getTypeArray());
 1198         getContext(), getSourceLanguage(), getFile(), getProducer(),
 1404     return getTemporary(getContext(), getLine(), getColumn(), getRawScope(),
 1687     return getTemporary(getContext(), getScope(), getName(), getLinkageName(),
 1887     return getTemporary(getContext(), getScope(), getFile(), getLine(),
 1936     return getTemporary(getContext(), getScope(), getFile(),
 1979       DILexicalBlockFile::get(getContext(), Scope, getFile(), Discriminator);
 1980   return DILocation::get(getContext(), getLine(), getColumn(), NewScope,
 2042     return getTemporary(getContext(), getScope(), getName(),
 2094     return getTemporary(getContext(), getScope(), getName(),
 2170     return getTemporary(getContext(), getName(), getType());
 2209     return getTemporary(getContext(), getTag(), getName(), getType(),
 2316     return getTemporary(getContext(), getElements());
 2640     return getTemporary(getContext(), getScope(), getName(), getLinkageName(),
 2711     return getTemporary(getContext(), getScope(), getDecl(), getName(),
 2779     return getTemporary(getContext(), getScope(), getName(), getFile(),
 2857     return getTemporary(getContext(), getScope(), getName(), getFile(),
 2931     return getTemporary(getContext(), getName(), getFile(), getLine(),
 3016     return getTemporary(getContext(), getTag(), getScope(), getEntity(),
 3063     return getTemporary(getContext(), getVariable(), getExpression());
 3161     return getTemporary(getContext(), getMacinfoType(), getLine(), getName(),
 3212     return getTemporary(getContext(), getMacinfoType(), getLine(), getFile(),
include/llvm/IR/Metadata.h
 1124     return getTemporary(getContext(),
lib/Analysis/TypeBasedAliasAnalysis.cpp
  548   Type *Int64 = IntegerType::get(AccessType->getContext(), 64);
  560     return MDNode::get(AccessType->getContext(), Ops);
  566   return MDNode::get(AccessType->getContext(), Ops);
lib/Analysis/VectorUtils.cpp
  543   LLVMContext &Ctx = AccGroups1->getContext();
lib/CodeGen/LiveDebugVariables.cpp
  504   const LLVMContext &Ctx = Node->getContext();
lib/IR/AsmWriter.cpp
 4093     MDs[0].second->getContext().getMDKindNames(MDNames);
lib/IR/AutoUpgrade.cpp
 3748   auto &Context = MD.getContext();
 4115   Ops.push_back(upgradeLoopTag(T->getContext(), OldTag->getString()));
 4119   return MDTuple::get(T->getContext(), Ops);
 4135   return MDTuple::get(T->getContext(), Ops);
lib/IR/DIBuilder.cpp
  900   IRBuilder<> B(DL->getContext());
lib/IR/DebugInfo.cpp
  299   auto TempNode = MDNode::getTemporary(N->getContext(), None);
  308   MDNode *LoopID = MDNode::get(N->getContext(), Args);
  440           MDS->getContext(), FileAndScope, MDS->getName(), LinkageName,
  451         MDS->getContext(), FileAndScope, MDS->getName(), LinkageName,
  486         CU->getContext(), CU->getSourceLanguage(), File, CU->getProducer(),
  499       return DILocation::getDistinct(MLD->getContext(), MLD->getLine(),
  501     return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(),
  512     auto *Ret = MDNode::get(N->getContext(), Ops);
lib/IR/DebugInfoMetadata.cpp
  114   return DILocation::get(Result->getContext(), 0, 0, S, L);
 1025     return DIExpression::get(Expr->getContext(),
 1078   return DIExpression::get(Expr->getContext(), Ops);
 1100   return DIExpression::get(Expr->getContext(), NewOps);
 1170   return DIExpression::get(Expr->getContext(), Ops);
lib/IR/DebugLoc.cpp
   77   return DILocation::get(Scope->getContext(), Line, Col,
lib/IR/Instruction.cpp
  705               MDNode::get(ProfileData->getContext(), Ops));
lib/IR/Metadata.cpp
  855   getContext().pImpl->DistinctMDNodes.push_back(this);
  906   return getOrSelfReference(A->getContext(), MDs.getArrayRef());
  919   return getOrSelfReference(A->getContext(), MDs.getArrayRef());
 1046   return MDNode::get(A->getContext(), MDs);
lib/Linker/IRMover.cpp
 1166             CU->getContext(),
lib/Target/X86/X86DiscriminateMemOps.cpp
   99       DILocation::get(FDI->getContext(), FDI->getLine(), 0, FDI);
lib/Transforms/IPO/GlobalOpt.cpp
  452     auto *NGVE = DIGlobalVariableExpression::get(GVE->getContext(), Var, Expr);
lib/Transforms/Utils/LoopUtils.cpp
  378   MDTuple *FollowupLoopID = MDNode::get(OrigLoopID->getContext(), MDs);
lib/Transforms/Utils/ValueMapper.cpp
  543   if (CT && CT->getContext().isODRUniquingDebugTypes() &&
unittests/Transforms/Utils/CloningTest.cpp
  501     auto *DL = DILocation::get(Subprogram->getContext(), 5, 0, Subprogram);