Searched refs:DContext (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2664 llvm::DIScope *DContext = getContextDescriptor(RD, TheCU); in emitVTableSymbol() local 2665 auto *Ctxt = cast<llvm::DICompositeType>(DContext); in emitVTableSymbol() 4347 llvm::DIScope *DContext = Unit; in getFunctionFwdDeclOrStub() local 4349 collectFunctionDeclProps(GD, Unit, Name, LinkageName, DContext, TParamsArray, in getFunctionFwdDeclOrStub() 4370 DContext, Name, LinkageName, Unit, Line, in getFunctionFwdDeclOrStub() 4378 DContext, Name, LinkageName, Unit, Line, in getFunctionFwdDeclOrStub() 4402 llvm::DIScope *DContext = Unit; in getGlobalVariableForwardDeclaration() local 4407 DContext); in getGlobalVariableForwardDeclaration() 4410 DContext, Name, LinkageName, Unit, Line, getOrCreateType(T, Unit), in getGlobalVariableForwardDeclaration() 5624 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIScope *DContext) { in CollectAnonRecordDecls() argument [all …]
|
| H A D | CGDebugInfo.h | 828 llvm::GlobalVariable *Var, llvm::DIScope *DContext);
|