Searched defs:ContainingType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 104 MemberPointerInfo(TypeIndex ContainingType, in MemberPointerInfo() argument 113 TypeIndex ContainingType; variable
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1016 if (auto *ContainingType = CTy->getVTableHolder()) constructTypeDIE() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2048 llvm::DIType *ContainingType = nullptr; CreateCXXMemberFunction() local 3955 llvm::DIType *ContainingType = nullptr; CollectContainingType() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1126 getImpl(LLVMContext & Context,Metadata * Scope,MDString * Name,MDString * LinkageName,Metadata * File,unsigned Line,Metadata * Type,unsigned ScopeLine,Metadata * ContainingType,unsigned VirtualIndex,int ThisAdjustment,DIFlags Flags,DISPFlags SPFlags,Metadata * Unit,Metadata * TemplateParams,Metadata * Declaration,Metadata * RetainedNodes,Metadata * ThrownTypes,Metadata * Annotations,MDString * TargetFuncName,StorageType Storage,bool ShouldCreate) getImpl() argument
|
H A D | DebugInfo.cpp | 668 DIType *ContainingType = getReplacementSubprogram() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 2539 DIType *ContainingType = getCompositeType(); TEST_F() local [all...] |