Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp2632 Address CodeGenFunction::EmitFieldAnnotations(const FieldDecl *D, in EmitFieldAnnotations() function in CodeGenFunction
HDCodeGenFunction.h4974 Address EmitFieldAnnotations(const FieldDecl *D, Address V);
HDCGExpr.cpp4964 addr = EmitFieldAnnotations(field, addr); in EmitLValueForField()