Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h361 WASM_COMDAT_INFO = 0x7, enumerator
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp255 writeUint8(OS, wasm::WASM_COMDAT_INFO); in writeSectionContent()
/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp715 SubSection sub(WASM_COMDAT_INFO); in writeBody()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1222 startSection(SubSection, wasm::WASM_COMDAT_INFO); in writeLinkingMetaDataSection()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp567 case wasm::WASM_COMDAT_INFO: in parseLinkingSection()