Home
last modified time | relevance | path

Searched defs:RecordIndex (Results 1 – 5 of 5) 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()
91 bool checkOneTypeReference(uint32_t RecordIndex, ArrayRef<uint8_t> RecordData, in checkOneTypeReference()
108 bool checkTypeReferencesImpl(uint32_t RecordIndex, in checkTypeReferencesImpl()
114 bool checkTypeReferencesImpl(uint32_t RecordIndex, in checkTypeReferencesImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h399 unsigned RecordIndex; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h382 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord()
/external/llvm/include/llvm/Object/
DStackMapParser.h383 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp706 static unsigned RecordIndex = 0; in readNextRecord() local