Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2550 Address CodeGenFunction::EmitFieldAnnotations(const FieldDecl *D, in EmitFieldAnnotations() function in CodeGenFunction
H A DCodeGenFunction.h4668 Address EmitFieldAnnotations(const FieldDecl *D, Address V);
H A DCGExpr.cpp4904 addr = EmitFieldAnnotations(field, addr); in EmitLValueForField()