Searched refs:WasmProducerInfo (Results 1 – 8 of 8) sorted by relevance
132 const wasm::WasmProducerInfo &getProducerInfo() const { return ProducerInfo; } in getProducerInfo()264 wasm::WasmProducerInfo ProducerInfo;
135 const wasm::WasmProducerInfo &getProducerInfo() const { return ProducerInfo; } in getProducerInfo()273 wasm::WasmProducerInfo ProducerInfo;
46 struct WasmProducerInfo { struct
47 struct WasmProducerInfo { struct
317 void addInfo(const llvm::wasm::WasmProducerInfo &info);
624 void ProducersSection::addInfo(const WasmProducerInfo &info) { in addInfo()
190 const WasmProducerInfo &info = file->getWasmObj()->getProducerInfo(); in populateProducers()
152 const llvm::wasm::WasmProducerInfo &Info = Obj.getProducerInfo(); in dumpCustomSection()