Home
last modified time | relevance | path

Searched refs:WASM_DYLINK_MEM_INFO (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DWasm.h367 WASM_DYLINK_MEM_INFO = 0x1, enumerator
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DWasmEmitter.cpp166 writeUint8(OS, wasm::WASM_DYLINK_MEM_INFO); in writeSectionContent()
/openbsd/src/gnu/llvm/lld/wasm/
DSyntheticSections.cpp68 SubSection sub(WASM_DYLINK_MEM_INFO); in writeBody()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DWasmObjectFile.cpp406 case wasm::WASM_DYLINK_MEM_INFO: in parseDylink0Section()