Home
last modified time | relevance | path

Searched refs:GetAddrOfLabel (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1808 llvm::Constant *Ptr = Emitter.CGF->GetAddrOfLabel(E->getLabel()); in VisitAddrLabelExpr()
H A DCodeGenFunction.cpp1857 llvm::BlockAddress *CodeGenFunction::GetAddrOfLabel(const LabelDecl *L) { in GetAddrOfLabel() function in CodeGenFunction
H A DCodeGenFunction.h2366 llvm::BlockAddress *GetAddrOfLabel(const LabelDecl *L);
H A DCGExprScalar.cpp462 llvm::Value *V = CGF.GetAddrOfLabel(E->getLabel()); in VisitAddrLabelExpr()