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

References

lib/Object/WasmObjectFile.cpp
  289   Ctx.Start = Sec.Content.data();
  290   Ctx.End = Ctx.Start + Sec.Content.size();
  292   switch (Sec.Type) {
  294     return parseCustomSection(Sec, Ctx);
  323         "Invalid section type: " + Twine(Sec.Type), object_error::parse_failed);