Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h70 void setNumLocals(size_t NumLocals) { Locals.resize(NumLocals, MVT::i32); } in setNumLocals() argument
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h1223 support::ulittle32_t NumLocals; // cdwLocals: # bytes in locals/4 member
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1915 size_t NumLocals = E - Symbols.begin(); in sortSymTabSymbols() local
1916 getParent()->Info = NumLocals + 1; in sortSymTabSymbols()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1032 uint32_t(FD.Offset), uint32_t(FD.Size), uint32_t(FD.NumLocals), in dumpOldFpo()