MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getLabel

Method getLabel

lib/llvm/compiler.cpp:5785–5787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5783 }
5784
5785 LLVM::BasicBlock getLabel(unsigned int Index) const noexcept {
5786 return (ControlStack.rbegin() + Index)->JumpBlock;
5787 }
5788
5789 void stackPush(LLVM::Value Value) noexcept { Stack.push_back(Value); }
5790 LLVM::Value stackPop() noexcept {

Callers 1

validateMethod · 0.45

Calls 1

rbeginMethod · 0.80

Tested by

no test coverage detected