Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DStackMapParser.h247 uint16_t getNumLiveOuts() const { in getNumLiveOuts() function
265 return liveout_iterator(getLiveOut(getNumLiveOuts())); in liveouts_end()
284 getNumLiveOutsOffset() + sizeof(uint16_t) + getNumLiveOuts() * LiveOutSize; in getSizeInBytes()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h71 OS << " " << R.getNumLiveOuts() << " live-outs: [ "; in prettyPrintStackMap()