Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDStackMapParser.h246 uint16_t getNumLiveOuts() const { in getNumLiveOuts() function
264 return liveout_iterator(getLiveOut(getNumLiveOuts())); in liveouts_end()
283 getNumLiveOutsOffset() + sizeof(uint16_t) + getNumLiveOuts() * LiveOutSize; in getSizeInBytes()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDStackMapPrinter.h71 OS << " " << R.getNumLiveOuts() << " live-outs: [ "; in prettyPrintStackMap()