Searched refs:RetainedTypes (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1481 DIScopeArray RetainedTypes, 1491 EnumTypes.get(), RetainedTypes.get(), GlobalVariables.get(), 1501 unsigned EmissionKind, Metadata *EnumTypes, Metadata *RetainedTypes, 1527 DICompositeTypeArray EnumTypes, DIScopeArray RetainedTypes, 1534 SplitDebugFilename, EmissionKind, EnumTypes, RetainedTypes, 1543 Metadata *RetainedTypes, Metadata *GlobalVariables, 1549 SplitDebugFilename, EmissionKind, EnumTypes, RetainedTypes,
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 133 std::vector<void *> RetainedTypes; variable
|
| H A D | CGDebugInfo.cpp | 2595 RetainedTypes.push_back(D.getAsOpaquePtr()); in getOrCreateStandaloneType() 3673 RetainedTypes.push_back(CGM.getContext().getRecordType(&D).getAsOpaquePtr()); in completeUnusedClass() 5735 RetainedTypes.push_back( in EmitGlobalVariable() 6075 for (auto &RT : RetainedTypes) in finalize()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 946 unsigned EmissionKind, Metadata *EnumTypes, Metadata *RetainedTypes, in getImpl() argument 961 RetainedTypes, in getImpl()
|
| H A D | DebugInfo.cpp | 719 MDTuple *RetainedTypes = nullptr; in getReplacementCU() local 726 RetainedTypes, GlobalVariables, ImportedEntities, CU->getMacros(), in getReplacementCU()
|