Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp296 unsigned RecordIndex = Functions.size() - 1; in loadFunctionRecord() local
709 for (unsigned RecordIndex : RecordIndices) { in getCoverageForFile() local
738 for (unsigned RecordIndex : RecordIndices) { in getInstantiationGroups() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h410 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h466 unsigned RecordIndex; variable