reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/MC/MCSymbolWasm.h
   58     return getFlags() & wasm::WASM_SYMBOL_NO_STRIP;
   61     modifyFlags(wasm::WASM_SYMBOL_NO_STRIP, wasm::WASM_SYMBOL_NO_STRIP);
   61     modifyFlags(wasm::WASM_SYMBOL_NO_STRIP, wasm::WASM_SYMBOL_NO_STRIP);
lib/MC/WasmObjectWriter.cpp
 1450       Flags |= wasm::WASM_SYMBOL_NO_STRIP;
lib/ObjectYAML/WasmYAML.cpp
  538   BCaseMask(NO_STRIP, NO_STRIP);
tools/lld/wasm/Symbols.cpp
  196   return flags & WASM_SYMBOL_NO_STRIP;
tools/llvm-readobj/WasmDumper.cpp
   54   ENUM_ENTRY(NO_STRIP),