Searched refs:getDebugInfoFIndex (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 5057 unsigned CodeGenFunction::getDebugInfoFIndex(const RecordDecl *Rec, in getDebugInfoFIndex() function in CodeGenFunction 5117 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo); in emitPreserveStructAccess() 5172 Addr, Idx, getDebugInfoFIndex(rec, field->getFieldIndex()), in EmitLValueForField() 5266 getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo), in EmitLValueForField()
|
| H A D | CodeGenFunction.h | 3369 unsigned getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex);
|