Searched refs:TiRefKind (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 267 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 D | TypeHashing.cpp | 49 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType()
|
| H A D | TypeStreamMerger.cpp | 420 bool Success = (Ref.Kind == TiRefKind::IndexRef) ? remapItemIndex(TI) in remapIndices()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.h | 20 enum class TiRefKind { TypeRef, IndexRef }; enum 22 TiRefKind Kind;
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 786 bool IsItemIndex = Ref.Kind == TiRefKind::IndexRef; in remapTypesInSymbolRecord()
|