Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp2014 llvm::Constant *Ptr = Emitter.CGF->GetAddrOfLabel(E->getLabel()); in VisitAddrLabelExpr()
H A DCodeGenFunction.cpp2022 llvm::BlockAddress *CodeGenFunction::GetAddrOfLabel(const LabelDecl *L) { in GetAddrOfLabel() function in CodeGenFunction
H A DCodeGenFunction.h2739 llvm::BlockAddress *GetAddrOfLabel(const LabelDecl *L);
H A DCGExprScalar.cpp479 llvm::Value *V = CGF.GetAddrOfLabel(E->getLabel()); in VisitAddrLabelExpr()