Home
last modified time | relevance | path

Searched defs:RecordIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp40 bool checkTypeReferences(uint32_t RecordIndex, Indices &&... TIs) const { in checkTypeReferences()
90 bool checkOneTypeReference(uint32_t RecordIndex, ArrayRef<uint8_t> RecordData, in checkOneTypeReference()
107 bool checkTypeReferencesImpl(uint32_t RecordIndex, in checkTypeReferencesImpl()
113 bool checkTypeReferencesImpl(uint32_t RecordIndex, in checkTypeReferencesImpl()
/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h409 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord()
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp921 unsigned RecordIndex = Functions.size() - 1; loadFunctionRecord() local
1406 for (unsigned RecordIndex : RecordIndices) { getCoverageForFile() local
1439 for (unsigned RecordIndex : RecordIndices) { getInstantiationGroups() local
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h704 unsigned RecordIndex = 0; global() variable