Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp412 bool Success = (Ref.Kind == TiRefKind::IndexRef) ? remapItemIndex(TI) in remapIndices()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp91 (Ids && RefKind == TiRefKind::IndexRef) ? IdReferenced : TypeReferenced; in addOneTypeRef()
130 Optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef) in markReferencedTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndexDiscovery.h19 enum class TiRefKind { TypeRef, IndexRef }; enumerator