Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp282 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 DContinuationRecordBuilder.cpp10 ulittle32_t IndexRef{0xB0C0B0C0}; member
166 assert(CR->IndexRef == 0xB0C0B0C0); in createSegmentRecord()
167 CR->IndexRef = RefersTo->getIndex(); in createSegmentRecord()
H A DTypeHashing.cpp48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType()
H A DTypeStreamMerger.cpp411 bool Success = (Ref.Kind == TiRefKind::IndexRef) ? remapItemIndex(TI) in remapIndices()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp94 (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 DTypeIndexDiscovery.h19 enum class TiRefKind { TypeRef, IndexRef }; enumerator
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp221 (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 DPDB.cpp876 if (!source->remapTypeIndex(inlinee, TiRefKind::IndexRef)) { in commit()