Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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,
/freebsd/contrib/llvm-project/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
458 void llvm::codeview::discoverTypeIndices(const CVType &Type, in discoverTypeIndices() function in llvm::codeview
460 ::discoverTypeIndices(Type.content(), Type.kind(), Refs); in discoverTypeIndices()
482 void llvm::codeview::discoverTypeIndices(const CVType &Type, in discoverTypeIndices() function in llvm::codeview
484 return discoverTypeIndices(Type.RecordData, Indices); in discoverTypeIndices()
487 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() function in llvm::codeview
490 discoverTypeIndices(RecordData, Refs); in discoverTypeIndices()
494 void llvm::codeview::discoverTypeIndices(ArrayRef<uint8_t> RecordData, in discoverTypeIndices() function in llvm::codeview
499 ::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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp141 discoverTypeIndices(*Rec, DepList); in markReferencedTypes()
H A DDumpOutputStyle.cpp1196 codeview::discoverTypeIndices(Type, DepList); in buildDepSet()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp259 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()