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

Declarations

include/llvm/Object/Wasm.h
  126   const WasmSection &getWasmSection(const SectionRef &Section) const;

References

tools/lld/wasm/InputFiles.cpp
  288     const WasmSection &section = wasmObj->getWasmSection(sec);
tools/llvm-readobj/WasmDumper.cpp
  168     const WasmSection &WasmSec = Obj->getWasmSection(Section);
tools/obj2yaml/wasm2yaml.cpp
  183     const WasmSection &WasmSec = Obj.getWasmSection(Sec);