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

References

lib/Object/WasmObjectFile.cpp
  213   Section.Offset = Ctx.Ptr - Ctx.Start;
  214   Section.Type = readUint8(Ctx);
  215   LLVM_DEBUG(dbgs() << "readSection type=" << Section.Type << "\n");
  223   if (Section.Type == wasm::WASM_SEC_CUSTOM) {
  229     Section.Name = readString(SectionCtx);
  236   if (!Checker.isValidSectionOrder(Section.Type, Section.Name)) {
  236   if (!Checker.isValidSectionOrder(Section.Type, Section.Name)) {
  238                                        llvm::to_string(Section.Type),
  242   Section.Content = ArrayRef<uint8_t>(Ctx.Ptr, Size);