Searched refs:IndexRef (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 412 bool Success = (Ref.Kind == TiRefKind::IndexRef) ? remapItemIndex(TI) in remapIndices()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | TypeReferenceTracker.cpp | 91 (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 D | TypeIndexDiscovery.h | 19 enum class TiRefKind { TypeRef, IndexRef }; enumerator
|