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

References

tools/lld/wasm/InputFiles.cpp
  138         wasmObj->dataSegments()[sym.Info.DataRef.Segment];
  319   for (const WasmSegment &s : wasmObj->dataSegments()) {
tools/llvm-readobj/WasmDumper.cpp
  187       for (const WasmSegment &Segment : Obj->dataSegments()) {
tools/obj2yaml/wasm2yaml.cpp
   90     for (const object::WasmSegment &Segment : Obj.dataSegments()) {
  341       for (const object::WasmSegment &Segment : Obj.dataSegments()) {
  355       DataCountSec->Count = Obj.dataSegments().size();