Home
last modified time | relevance | path

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

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