Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DStackMapParser.h210 uint16_t getNumLocations() const { in getNumLocations() function
228 return location_iterator(getLocation(getNumLocations())); in location_end()
267 return LocationListOffset + LocationSize * getNumLocations() + in getNumLiveOutsOffset()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h43 W.startLine() << " " << R.getNumLocations() << " locations:\n"; in prettyPrintStackMap()