Home
last modified time | relevance | path

Searched refs:isNoStrip (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h62 bool isNoStrip() const { in isNoStrip() function
/openbsd/gnu/llvm/lld/wasm/
H A DMarkLive.cpp94 if (sym->isNoStrip() || sym->isExported()) in run()
H A DLTO.cpp107 sym->isNoStrip() || in add()
H A DSymbols.cpp247 bool Symbol::isNoStrip() const { in isNoStrip() function in lld::wasm::Symbol
H A DSymbols.h123 bool isNoStrip() const;
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp465 if (WasmSym->isNoStrip()) in executePostLayoutBinding()
1790 if (WS.isNoStrip()) { in writeOneObject()