Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DWasm.h368 WASM_DYLINK_NEEDED = 0x2, enumerator
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DWasmEmitter.cpp176 writeUint8(OS, wasm::WASM_DYLINK_NEEDED); in writeSectionContent()
/openbsd/src/gnu/llvm/lld/wasm/
DSyntheticSections.cpp77 SubSection sub(WASM_DYLINK_NEEDED); in writeBody()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DWasmObjectFile.cpp412 case wasm::WASM_DYLINK_NEEDED: in parseDylink0Section()