Searched defs:replaceType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ | ||
| H A D | TypeTableCollection.cpp | 63 bool TypeTableCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType() function in TypeTableCollection |
| H A D | AppendingTypeTableBuilder.cpp | 95 bool AppendingTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType() function in AppendingTypeTableBuilder |
| H A D | GlobalTypeTableBuilder.cpp | 109 bool GlobalTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType() function in GlobalTypeTableBuilder |
| H A D | MergingTypeTableBuilder.cpp | 122 bool MergingTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType() function in MergingTypeTableBuilder |
| H A D | LazyRandomTypeCollection.cpp | 282 bool LazyRandomTypeCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType() function in LazyRandomTypeCollection |
| /llvm-project-15.0.7/llvm/include/llvm/IR/ | ||
| H A D | DebugInfoMetadata.h | 2005 void replaceType(DISubroutineType *Ty) { in replaceType() function |