Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
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()
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()
DContinuationRecordBuilder.cpp10 ulittle32_t IndexRef{0xB0C0B0C0}; member
174 assert(CR->IndexRef == 0xB0C0B0C0); in createSegmentRecord()
175 CR->IndexRef = RefersTo->getIndex(); in createSegmentRecord()
DTypeHashing.cpp49 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType()
DTypeStreamMerger.cpp395 bool Success = (Ref.Kind == TiRefKind::IndexRef) ? remapItemIndex(TI) in remapIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndexDiscovery.h20 enum class TiRefKind { TypeRef, IndexRef }; enumerator