Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h241 WASM_COMDAT_INFO = 0x7, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp204 writeUint8(OS, wasm::WASM_COMDAT_INFO); in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp994 startSection(SubSection, wasm::WASM_COMDAT_INFO); in writeLinkingMetaDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp404 case wasm::WASM_COMDAT_INFO: in parseLinkingSection()