Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h64 return getFlags() & wasm::WASM_SYMBOL_NO_STRIP; in isNoStrip()
67 modifyFlags(wasm::WASM_SYMBOL_NO_STRIP, wasm::WASM_SYMBOL_NO_STRIP); in setNoStrip()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h381 const unsigned WASM_SYMBOL_NO_STRIP = 0x80; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp1730 Flags |= wasm::WASM_SYMBOL_NO_STRIP; in writeOneObject()