Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp265 unsigned RecordIndex = Functions.size() - 1; in loadFunctionRecord() local
656 for (unsigned RecordIndex : RecordIndices) { in getCoverageForFile() local
681 for (unsigned RecordIndex : RecordIndices) { in getInstantiationGroups() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h441 unsigned RecordIndex; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h390 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord()