Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DStackMapParser.h220 uint16_t getNumLocations() const { in getNumLocations() function
238 return location_iterator(getLocation(getNumLocations())); in location_end()
278 ((LocationListOffset + LocationSize * getNumLocations()) + 7) & ~0x7; in getNumLiveOutsOffset()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h42 W.startLine() << " " << R.getNumLocations() << " locations:\n"; in prettyPrintStackMap()