Home
last modified time | relevance | path

Searched refs:TypeRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndexDiscovery.h19 enum class TiRefKind { TypeRef, IndexRef }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp157 addOneTypeRef(TiRefKind::TypeRef, in markReferencedTypes()