Searched refs:IndexRef (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 282 Refs.push_back({TiRefKind::IndexRef, 0, 1}); in discoverTypeIndices() 289 Refs.push_back({TiRefKind::IndexRef, 0, 1}); in discoverTypeIndices() 294 Refs.push_back({TiRefKind::IndexRef, 4, Count}); in discoverTypeIndices() 299 Refs.push_back({TiRefKind::IndexRef, 2, Count}); in discoverTypeIndices() 303 Refs.push_back({TiRefKind::IndexRef, 4, 1}); in discoverTypeIndices() 371 Refs.push_back({TiRefKind::IndexRef, 24, 1}); // LF_FUNC_ID in discoverTypeIndices() 385 Refs.push_back({TiRefKind::IndexRef, 0, 1}); // Compile flags in discoverTypeIndices() 415 Refs.push_back({TiRefKind::IndexRef, 4, Count}); // Callees in discoverTypeIndices() 418 Refs.push_back({TiRefKind::IndexRef, 8, 1}); // ID of inlinee in discoverTypeIndices()
|
H A D | ContinuationRecordBuilder.cpp | 10 ulittle32_t IndexRef{0xB0C0B0C0}; member 166 assert(CR->IndexRef == 0xB0C0B0C0); in createSegmentRecord() 167 CR->IndexRef = RefersTo->getIndex(); in createSegmentRecord()
|
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/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.cpp | 94 (Ids && RefKind == TiRefKind::IndexRef) ? IdReferenced : TypeReferenced; in addOneTypeRef() 133 std::optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef) in markReferencedTypes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.h | 19 enum class TiRefKind { TypeRef, IndexRef }; enumerator
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DebugTypes.cpp | 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()
|