Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp2013 llvm::Constant *Ptr = Emitter.CGF->GetAddrOfLabel(E->getLabel()); in VisitAddrLabelExpr()
H A DCodeGenFunction.cpp2045 llvm::BlockAddress *CodeGenFunction::GetAddrOfLabel(const LabelDecl *L) { in GetAddrOfLabel() function in CodeGenFunction
H A DCodeGenFunction.h2741 llvm::BlockAddress *GetAddrOfLabel(const LabelDecl *L);
H A DCGExprScalar.cpp481 llvm::Value *V = CGF.GetAddrOfLabel(E->getLabel()); in VisitAddrLabelExpr()