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

References

include/llvm/Object/Wasm.h
  132   const wasm::WasmProducerInfo &getProducerInfo() const { return ProducerInfo; }
  264   wasm::WasmProducerInfo ProducerInfo;
tools/lld/wasm/SyntheticSections.cpp
  532 void ProducersSection::addInfo(const WasmProducerInfo &info) {
tools/lld/wasm/SyntheticSections.h
  301   void addInfo(const llvm::wasm::WasmProducerInfo &info);
tools/lld/wasm/Writer.cpp
  173     const WasmProducerInfo &info = file->getWasmObj()->getProducerInfo();
tools/obj2yaml/wasm2yaml.cpp
  138     const llvm::wasm::WasmProducerInfo &Info = Obj.getProducerInfo();