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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h44 unsigned LocationIndex = 0; local
47 OS << " #" << ++LocationIndex << ": "; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h222 LocationAccessor getLocation(unsigned LocationIndex) const {
224 LocationListOffset + LocationIndex * LocationSize;

Completed in 120 milliseconds