Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp41 bool checkTypeReferences(uint32_t RecordIndex, Indices &&... TIs) const { in checkTypeReferences() argument
42 EXPECT_EQ(sizeof...(Indices), countRefs(RecordIndex)); in checkTypeReferences()
54 return checkTypeReferencesImpl(RecordIndex, CVRecords, in checkTypeReferences()
82 uint32_t countRefs(uint32_t RecordIndex) const { in countRefs()
83 auto &R = Refs[RecordIndex]; in countRefs()
91 bool checkOneTypeReference(uint32_t RecordIndex, ArrayRef<uint8_t> RecordData, in checkOneTypeReference() argument
94 auto &RefList = Refs[RecordIndex]; in checkOneTypeReference()
108 bool checkTypeReferencesImpl(uint32_t RecordIndex, in checkTypeReferencesImpl() argument
114 bool checkTypeReferencesImpl(uint32_t RecordIndex, in checkTypeReferencesImpl() argument
117 ArrayRef<uint8_t> Record = CVRecords[RecordIndex]; in checkTypeReferencesImpl()
[all …]
/external/llvm/include/llvm/Object/
DStackMapParser.h383 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() argument
384 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h382 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() argument
383 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp706 static unsigned RecordIndex = 0; in readNextRecord() local
714 Record = Data[RecordIndex++]; in readNextRecord()
715 if (RecordIndex >= Data.size()) { in readNextRecord()
717 RecordIndex = 0; in readNextRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h399 unsigned RecordIndex; variable
408 : DataBuffer(std::move(DataBuffer)), RecordIndex(0) {} in IndexedInstrProfReader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfReader.cpp741 Record = Data[RecordIndex++]; in readNextRecord()
742 if (RecordIndex >= Data.size()) { in readNextRecord()
744 RecordIndex = 0; in readNextRecord()