Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1948 llvm::BlockAddress *CodeGenFunction::GetAddrOfLabel(const LabelDecl *L) { in GetAddrOfLabel() function in CodeGenFunction
H A DCGExprConstant.cpp1980 llvm::Constant *Ptr = Emitter.CGF->GetAddrOfLabel(E->getLabel()); in VisitAddrLabelExpr()
H A DCodeGenFunction.h2684 llvm::BlockAddress *GetAddrOfLabel(const LabelDecl *L);
H A DCGExprScalar.cpp477 llvm::Value *V = CGF.GetAddrOfLabel(E->getLabel()); in VisitAddrLabelExpr()