Home
last modified time | relevance | path

Searched refs:NumLocals (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bearssl/T0/
H A DWordInterpreted.cs37 internal int NumLocals { property in WordInterpreted
56 NumLocals = numLocals; in WordInterpreted()
77 cpu.Enter(Code, NumLocals); in Run()
117 dst.Add(new CodeElementUInt((uint)NumLocals)); in GenerateCodeElements()
229 maxReturnStack = 1 + NumLocals + mrs; in AnalyseFlow()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h92 void setNumLocals(size_t NumLocals) { Locals.resize(NumLocals, MVT::i32); } in setNumLocals() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1339 support::ulittle32_t NumLocals; // cdwLocals: # bytes in locals/4 member
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp999 uint32_t(FD.Offset), uint32_t(FD.Size), uint32_t(FD.NumLocals), in dumpOldFpo()