Home
last modified time | relevance | path

Searched refs:WASM_COMDAT_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h308 WASM_COMDAT_FUNCTION = 0x1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp1325 WasmComdatEntry{wasm::WASM_COMDAT_FUNCTION, Index}); in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp664 case wasm::WASM_COMDAT_FUNCTION: in parseLinkingSectionComdat()