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

References

lib/ObjectYAML/WasmEmitter.cpp
  186       encodeULEB128(Info.Flags, SubSection.getStream());
  192         if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0 ||
  193             (Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0)
  198         if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) {
lib/ObjectYAML/WasmYAML.cpp
  489   IO.mapRequired("Flags", Info.Flags);
  497     if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) {
tools/obj2yaml/wasm2yaml.cpp
  112       Info.Flags = Symbol.Flags;