Searched refs:IndexRef (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/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() 373 Refs.push_back({TiRefKind::IndexRef, 24, 1}); // LF_FUNC_ID in discoverTypeIndices() 383 Refs.push_back({TiRefKind::IndexRef, 0, 1}); // Compile flags in discoverTypeIndices() 413 Refs.push_back({TiRefKind::IndexRef, 4, Count}); // Callees in discoverTypeIndices() 416 Refs.push_back({TiRefKind::IndexRef, 8, 1}); // ID of inlinee in discoverTypeIndices()
|
| H A D | ContinuationRecordBuilder.cpp | 10 ulittle32_t IndexRef{0xB0C0B0C0}; member 174 assert(CR->IndexRef == 0xB0C0B0C0); in createSegmentRecord() 175 CR->IndexRef = RefersTo->getIndex(); in createSegmentRecord()
|
| H A D | TypeHashing.cpp | 49 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType()
|
| H A D | TypeStreamMerger.cpp | 420 bool Success = (Ref.Kind == TiRefKind::IndexRef) ? remapItemIndex(TI) in remapIndices()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.h | 20 enum class TiRefKind { TypeRef, IndexRef }; enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 786 bool IsItemIndex = Ref.Kind == TiRefKind::IndexRef; in remapTypesInSymbolRecord()
|