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