Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h59 return getFlags() & wasm::WASM_SYMBOL_NO_STRIP; in isNoStrip()
62 modifyFlags(wasm::WASM_SYMBOL_NO_STRIP, wasm::WASM_SYMBOL_NO_STRIP); in setNoStrip()
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolWasm.h60 return getFlags() & wasm::WASM_SYMBOL_NO_STRIP; in isNoStrip()
63 modifyFlags(wasm::WASM_SYMBOL_NO_STRIP, wasm::WASM_SYMBOL_NO_STRIP); in setNoStrip()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h336 const unsigned WASM_SYMBOL_NO_STRIP = 0x80; variable
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h363 const unsigned WASM_SYMBOL_NO_STRIP = 0x80; variable
/external/llvm-project/lld/wasm/
DSymbols.cpp207 return flags & WASM_SYMBOL_NO_STRIP; in isNoStrip()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp1458 Flags |= wasm::WASM_SYMBOL_NO_STRIP; in writeObject()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp1672 Flags |= wasm::WASM_SYMBOL_NO_STRIP; in writeOneObject()