Searched refs:TiRefKind (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 | 48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType()
|
| H A D | TypeStreamMerger.cpp | 411 bool Success = (Ref.Kind == TiRefKind::IndexRef) ? remapItemIndex(TI) in remapIndices()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | TypeReferenceTracker.cpp | 91 void TypeReferenceTracker::addOneTypeRef(TiRefKind RefKind, TypeIndex RefTI) { in addOneTypeRef() 94 (Ids && RefKind == TiRefKind::IndexRef) ? IdReferenced : TypeReferenced; in addOneTypeRef() 130 TiRefKind RefKind; in markReferencedTypes() 133 std::optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef) in markReferencedTypes() 157 addOneTypeRef(TiRefKind::TypeRef, in markReferencedTypes()
|
| H A D | TypeReferenceTracker.h | 50 void addOneTypeRef(codeview::TiRefKind RefKind, codeview::TypeIndex RefTI); 58 SmallVector<std::pair<codeview::TiRefKind, codeview::TypeIndex>, 10>
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.h | 19 enum class TiRefKind { TypeRef, IndexRef }; enum 21 TiRefKind Kind;
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | DebugTypes.h | 67 bool remapTypeIndex(TypeIndex &ti, llvm::codeview::TiRefKind refKind) const;
|
| H A D | DebugTypes.cpp | 215 bool TpiSource::remapTypeIndex(TypeIndex &ti, TiRefKind refKind) const { in remapTypeIndex() 221 (refKind == TiRefKind::IndexRef) ? ipiMap : tpiMap; in remapTypeIndex() 246 (ref.Kind == TiRefKind::IndexRef ? "item" : "type") + in remapRecord() 670 success &= remapTypeIndex(funcId, TiRefKind::IndexRef); in mergeTypeRecord()
|
| H A D | PDB.cpp | 876 if (!source->remapTypeIndex(inlinee, TiRefKind::IndexRef)) { in commit()
|