Home
last modified time | relevance | path

Searched refs:getDebugInfoFIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp4291 unsigned CodeGenFunction::getDebugInfoFIndex(const RecordDecl *Rec, in getDebugInfoFIndex() function in CodeGenFunction
4345 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo); in emitPreserveStructAccess()
4394 Addr, Idx, getDebugInfoFIndex(rec, field->getFieldIndex()), in EmitLValueForField()
4485 addr.getPointer(), getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo), in EmitLValueForField()
H A DCodeGenFunction.h3019 unsigned getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex);