Home
last modified time | relevance | path

Searched refs:discoverTypeIndices (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndexDiscovery.h26 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 DTypeIndexDiscovery.cpp274 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 DTypeHashing.cpp37 discoverTypeIndices(RecordData, Refs); in hashType()
H A DTypeRecordHelpers.cpp50 discoverTypeIndices(CVT, Refs); in getModifiedType()
H A DTypeStreamMerger.cpp396 discoverTypeIndices(OriginalType.RecordData, Refs); in remapIndices()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp141 discoverTypeIndices(*Rec, DepList); in markReferencedTypes()
H A DDumpOutputStyle.cpp1195 codeview::discoverTypeIndices(Type, DepList); in buildDepSet()
/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp257 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()