Searched refs:RecordIndex (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 40 bool checkTypeReferences(uint32_t RecordIndex, Indices &&... TIs) const { in checkTypeReferences() argument 41 EXPECT_EQ(sizeof...(Indices), countRefs(RecordIndex)); in checkTypeReferences() 53 return checkTypeReferencesImpl(RecordIndex, CVRecords, in checkTypeReferences() 81 uint32_t countRefs(uint32_t RecordIndex) const { in countRefs() 82 auto &R = Refs[RecordIndex]; in countRefs() 90 bool checkOneTypeReference(uint32_t RecordIndex, ArrayRef<uint8_t> RecordData, in checkOneTypeReference() argument 93 auto &RefList = Refs[RecordIndex]; in checkOneTypeReference() 107 bool checkTypeReferencesImpl(uint32_t RecordIndex, in checkTypeReferencesImpl() argument 113 bool checkTypeReferencesImpl(uint32_t RecordIndex, in checkTypeReferencesImpl() argument 116 ArrayRef<uint8_t> Record = CVRecords[RecordIndex]; in checkTypeReferencesImpl() [all …]
|
/external/llvm-project/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 266 unsigned RecordIndex = Functions.size() - 1; in loadFunctionRecord() local 272 if (RecordIndices.empty() || RecordIndices.back() != RecordIndex) in loadFunctionRecord() 273 RecordIndices.push_back(RecordIndex); in loadFunctionRecord() 665 for (unsigned RecordIndex : RecordIndices) { in getCoverageForFile() local 666 const FunctionRecord &Function = Functions[RecordIndex]; in getCoverageForFile() 690 for (unsigned RecordIndex : RecordIndices) { in getInstantiationGroups() local 691 const FunctionRecord &Function = Functions[RecordIndex]; in getInstantiationGroups()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 265 unsigned RecordIndex = Functions.size() - 1; in loadFunctionRecord() local 271 if (RecordIndices.empty() || RecordIndices.back() != RecordIndex) in loadFunctionRecord() 272 RecordIndices.push_back(RecordIndex); in loadFunctionRecord() 656 for (unsigned RecordIndex : RecordIndices) { in getCoverageForFile() local 657 const FunctionRecord &Function = Functions[RecordIndex]; in getCoverageForFile() 681 for (unsigned RecordIndex : RecordIndices) { in getInstantiationGroups() local 682 const FunctionRecord &Function = Functions[RecordIndex]; in getInstantiationGroups()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | StackMapParser.h | 390 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() argument 391 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
|
/external/llvm/include/llvm/Object/ |
D | StackMapParser.h | 383 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() argument 384 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | StackMapParser.h | 408 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() argument 409 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 706 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/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 455 unsigned RecordIndex; variable 468 RemappingBuffer(std::move(RemappingBuffer)), RecordIndex(0) {} in DataBuffer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 441 unsigned RecordIndex; variable 454 RemappingBuffer(std::move(RemappingBuffer)), RecordIndex(0) {} in DataBuffer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 906 Record = Data[RecordIndex++]; in readNextRecord() 907 if (RecordIndex >= Data.size()) { in readNextRecord() 909 RecordIndex = 0; in readNextRecord()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 913 Record = Data[RecordIndex++]; in readNextRecord() 914 if (RecordIndex >= Data.size()) { in readNextRecord() 916 RecordIndex = 0; in readNextRecord()
|