Searched refs:getDebugInfoFIndex (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 4267 unsigned CodeGenFunction::getDebugInfoFIndex(const RecordDecl *Rec, in getDebugInfoFIndex() function in CodeGenFunction 4321 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo); in emitPreserveStructAccess() 4370 Addr, Idx, getDebugInfoFIndex(rec, field->getFieldIndex()), in EmitLValueForField() 4461 addr.getPointer(), getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo), in EmitLValueForField()
|
| H A D | CodeGenFunction.h | 3021 unsigned getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex);
|