Searched refs:EmitTypeForVarWithBlocksAttr (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 393 llvm::DIType *EmitTypeForVarWithBlocksAttr(const VarDecl *VD,
|
D | CGDebugInfo.cpp | 3047 llvm::DIType *CGDebugInfo::EmitTypeForVarWithBlocksAttr(const VarDecl *VD, in EmitTypeForVarWithBlocksAttr() function in CGDebugInfo 3136 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset); in EmitDeclare() 3279 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset); in EmitDeclareOfBlockDeclRefVariable() 3454 fieldType = EmitTypeForVarWithBlocksAttr(variable, &xoffset); in EmitDeclareOfBlockLiteralArgVariable()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 555 BlockByRefType EmitTypeForVarWithBlocksAttr(const VarDecl *VD,
|
D | CGDebugInfo.cpp | 4092 CGDebugInfo::EmitTypeForVarWithBlocksAttr(const VarDecl *VD, in EmitTypeForVarWithBlocksAttr() function in CGDebugInfo 4181 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare() 4356 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable() 4552 EmitTypeForVarWithBlocksAttr(variable, &xoffset).BlockByRefWrapper; in EmitDeclareOfBlockLiteralArgVariable()
|