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

References

lib/Object/WasmObjectFile.cpp
 1190       Segment.Functions.push_back(readVaruint32(Ctx));
tools/lld/wasm/InputFiles.cpp
  271     for (uint32_t index = 0; index < seg.Functions.size(); index++) {
  273       uint32_t functionIndex = seg.Functions[index];
tools/obj2yaml/wasm2yaml.cpp
  314         for (auto &Func : Segment.Functions) {