Home
last modified time | relevance | path

Searched refs:WasmLinkingData (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDWasm.h151 const wasm::WasmLinkingData &linkingData() const { return LinkingData; } in linkingData()
301 wasm::WasmLinkingData LinkingData;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWasmDumper.cpp166 const wasm::WasmLinkingData &LinkingData = Obj->linkingData(); in printSectionHeaders()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDWasm.h477 struct WasmLinkingData { struct