Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1417 llvm::Value *CodeGenFunction::EmitAnnotationCall(llvm::Value *AnnotationFn, in EmitAnnotationCall() function in CodeGenFunction
1437 EmitAnnotationCall(CGM.getIntrinsic(llvm::Intrinsic::var_annotation), in EmitVarAnnotations()
1457 V = EmitAnnotationCall(F, V, (*ai)->getAnnotation(), D->getLocation()); in EmitFieldAnnotations()
DCodeGenFunction.h2364 llvm::Value *EmitAnnotationCall(llvm::Value *AnnotationFn,
DCGBuiltin.cpp1347 return RValue::get(EmitAnnotationCall(F, AnnVal, Str, E->getExprLoc())); in EmitBuiltinExpr()