Home
last modified time | relevance | path

Searched refs:WASM_SEGMENT_INFO (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h359 WASM_SEGMENT_INFO = 0x5, enumerator
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp232 writeUint8(OS, wasm::WASM_SEGMENT_INFO); in writeSectionContent()
/openbsd/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp669 SubSection sub(WASM_SEGMENT_INFO); in writeBody()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1201 startSection(SubSection, wasm::WASM_SEGMENT_INFO); in writeLinkingMetaDataSection()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp540 case wasm::WASM_SEGMENT_INFO: { in parseLinkingSection()