reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/WasmObjectFile.cpp
 1148     Function.CodeOffset = Ctx.Ptr - FunctionStart;
 1149     Function.Index = NumImportedFunctions + Functions.size();
 1150     Function.CodeSectionOffset = FunctionStart - Ctx.Start;
 1151     Function.Size = FunctionEnd - FunctionStart;
 1154     Function.Locals.reserve(NumLocalDecls);
 1159       Function.Locals.push_back(Decl);
 1163     Function.Body = ArrayRef<uint8_t>(Ctx.Ptr, BodySize);
 1165     Function.Comdat = UINT32_MAX;
 1168     Functions.push_back(Function);