Searched refs:getDebugInfoFIndex (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 4188 unsigned CodeGenFunction::getDebugInfoFIndex(const RecordDecl *Rec, in getDebugInfoFIndex() function in CodeGenFunction 4242 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo); in emitPreserveStructAccess() 4291 Addr, Idx, getDebugInfoFIndex(rec, field->getFieldIndex()), in EmitLValueForField() 4383 addr.getPointer(), getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo), in EmitLValueForField()
|
D | CodeGenFunction.h | 2915 unsigned getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex);
|