Home
last modified time | relevance | path

Searched refs:WasmProducerInfo (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h132 const wasm::WasmProducerInfo &getProducerInfo() const { return ProducerInfo; } in getProducerInfo()
264 wasm::WasmProducerInfo ProducerInfo;
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h135 const wasm::WasmProducerInfo &getProducerInfo() const { return ProducerInfo; } in getProducerInfo()
273 wasm::WasmProducerInfo ProducerInfo;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h46 struct WasmProducerInfo { struct
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h47 struct WasmProducerInfo { struct
/external/llvm-project/lld/wasm/
DSyntheticSections.h317 void addInfo(const llvm::wasm::WasmProducerInfo &info);
DSyntheticSections.cpp624 void ProducersSection::addInfo(const WasmProducerInfo &info) { in addInfo()
DWriter.cpp190 const WasmProducerInfo &info = file->getWasmObj()->getProducerInfo(); in populateProducers()
/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp152 const llvm::wasm::WasmProducerInfo &Info = Obj.getProducerInfo(); in dumpCustomSection()