Home
last modified time | relevance | path

Searched refs:LocationIndex (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h42 unsigned LocationIndex = 0; in prettyPrintStackMap() local
44 OS << "\n #" << ++LocationIndex << ": "; in prettyPrintStackMap()
/external/llvm/include/llvm/Object/
DStackMapParser.h214 LocationAccessor getLocation(unsigned LocationIndex) const { in getLocation() argument
216 LocationListOffset + LocationIndex * LocationSize; in getLocation()