Home
last modified time | relevance | path

Searched refs:EmitAnnotationCall (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2253 llvm::Value *CodeGenFunction::EmitAnnotationCall(llvm::Value *AnnotationFn, in EmitAnnotationCall() function in CodeGenFunction
2271 EmitAnnotationCall(CGM.getIntrinsic(llvm::Intrinsic::var_annotation), in EmitVarAnnotations()
2290 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation()); in EmitFieldAnnotations()
H A DCodeGenFunction.h3994 llvm::Value *EmitAnnotationCall(llvm::Value *AnnotationFn,
H A DCGBuiltin.cpp2976 return RValue::get(EmitAnnotationCall(F, AnnVal, Str, E->getExprLoc())); in EmitBuiltinExpr()