Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h381 const unsigned WASM_SYMBOL_NO_STRIP = 0x80; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp1741 Flags |= wasm::WASM_SYMBOL_NO_STRIP; in writeOneObject()