Home
last modified time | relevance | path

Searched refs:WASM_SYMBOL_NO_STRIP (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCSymbolWasm.h63 return getFlags() & wasm::WASM_SYMBOL_NO_STRIP; in isNoStrip()
66 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DWasm.h412 const unsigned WASM_SYMBOL_NO_STRIP = 0x80; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp1458 Flags |= wasm::WASM_SYMBOL_NO_STRIP; in writeObject()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DWasmObjectWriter.cpp1791 Flags |= wasm::WASM_SYMBOL_NO_STRIP; in writeOneObject()