Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2276 Address CodeGenFunction::EmitFieldAnnotations(const FieldDecl *D, in EmitFieldAnnotations() function in CodeGenFunction
H A DCodeGenFunction.h4004 Address EmitFieldAnnotations(const FieldDecl *D, Address V);
H A DCGExpr.cpp3972 addr = EmitFieldAnnotations(field, addr); in EmitLValueForField()