Home
last modified time | relevance | path

Searched refs:TiRefKind (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp267 Refs.push_back({TiRefKind::TypeRef, 0, 1}); in handlePointer()
271 Refs.push_back({TiRefKind::TypeRef, 8, 1}); in handlePointer()
283 Refs.push_back({TiRefKind::TypeRef, 4, 1}); in discoverTypeIndices()
286 Refs.push_back({TiRefKind::TypeRef, 0, 2}); in discoverTypeIndices()
302 Refs.push_back({TiRefKind::TypeRef, 0, 1}); in discoverTypeIndices()
306 Refs.push_back({TiRefKind::TypeRef, 0, 1}); in discoverTypeIndices()
309 Refs.push_back({TiRefKind::TypeRef, 0, 1}); in discoverTypeIndices()
312 Refs.push_back({TiRefKind::TypeRef, 0, 1}); in discoverTypeIndices()
313 Refs.push_back({TiRefKind::TypeRef, 8, 1}); in discoverTypeIndices()
316 Refs.push_back({TiRefKind::TypeRef, 0, 3}); in discoverTypeIndices()
[all …]
H A DTypeHashing.cpp49 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType()
H A DTypeStreamMerger.cpp420 bool Success = (Ref.Kind == TiRefKind::IndexRef) ? remapItemIndex(TI) in remapIndices()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndexDiscovery.h20 enum class TiRefKind { TypeRef, IndexRef }; enum
22 TiRefKind Kind;
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp786 bool IsItemIndex = Ref.Kind == TiRefKind::IndexRef; in remapTypesInSymbolRecord()