Searched refs:discoverTypeIndices (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.h | 26 void discoverTypeIndices(ArrayRef<uint8_t> RecordData, 28 void discoverTypeIndices(const CVType &Type, 30 void discoverTypeIndices(const CVType &Type, 32 void discoverTypeIndices(ArrayRef<uint8_t> RecordData,
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 274 static void discoverTypeIndices(ArrayRef<uint8_t> Content, TypeLeafKind Kind, in discoverTypeIndices() function 360 static bool discoverTypeIndices(ArrayRef<uint8_t> Content, SymbolKind Kind, in discoverTypeIndices() function 457 void llvm::codeview::discoverTypeIndices(const CVType &Type, in discoverTypeIndices() function in llvm::codeview 459 ::discoverTypeIndices(Type.content(), Type.kind(), Refs); in discoverTypeIndices() 481 void llvm::codeview::discoverTypeIndices(const CVType &Type, in discoverTypeIndices() function in llvm::codeview 483 return discoverTypeIndices(Type.RecordData, Indices); in discoverTypeIndices() 486 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() function in llvm::codeview 489 discoverTypeIndices(RecordData, Refs); in discoverTypeIndices() 493 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() function in llvm::codeview 498 ::discoverTypeIndices(RecordData.drop_front(sizeof(RecordPrefix)), K, Refs); in discoverTypeIndices() [all …]
|
| H A D | TypeHashing.cpp | 37 discoverTypeIndices(RecordData, Refs); in hashType()
|
| H A D | TypeRecordHelpers.cpp | 50 discoverTypeIndices(CVT, Refs); in getModifiedType()
|
| H A D | TypeStreamMerger.cpp | 396 discoverTypeIndices(OriginalType.RecordData, Refs); in remapIndices()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | TypeReferenceTracker.cpp | 141 discoverTypeIndices(*Rec, DepList); in markReferencedTypes()
|
| H A D | DumpOutputStyle.cpp | 1195 codeview::discoverTypeIndices(Type, DepList); in buildDepSet()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | DebugTypes.cpp | 257 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()
|