Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h185 WASM_SEGMENT_INFO = 0x5, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp232 writeUint8(OS, wasm::WASM_SEGMENT_INFO); in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1200 startSection(SubSection, wasm::WASM_SEGMENT_INFO); in writeLinkingMetaDataSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp641 case wasm::WASM_SEGMENT_INFO: { in parseLinkingSection()