Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2217 llvm::Constant *Ptr = Emitter.CGF->GetAddrOfLabel(E->getLabel()); in VisitAddrLabelExpr()
H A DCodeGenFunction.cpp2189 llvm::BlockAddress *CodeGenFunction::GetAddrOfLabel(const LabelDecl *L) { in GetAddrOfLabel() function in CodeGenFunction
H A DCodeGenFunction.h3004 llvm::BlockAddress *GetAddrOfLabel(const LabelDecl *L);
H A DCGExprScalar.cpp497 llvm::Value *V = CGF.GetAddrOfLabel(E->getLabel()); in VisitAddrLabelExpr()