Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3350 llvm::Value *EmitLoadOfCountedByField(const Expr *Base, const FieldDecl *FD,
H A DCGExpr.cpp1214 llvm::Value *CodeGenFunction::EmitLoadOfCountedByField( in EmitLoadOfCountedByField() function in CodeGenFunction
H A DCGBuiltin.cpp1132 Value *Count = CGF.EmitLoadOfCountedByField(ME, ArrayFD, CountFD); in GetCountFieldAndIndex()