Lines Matching defs:IsDefined
721 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0;
727 IsDefined != isDefinedFunctionIndex(Info.ElementIndex))
730 if (IsDefined) {
753 IsDefined != isDefinedGlobalIndex(Info.ElementIndex))
756 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) ==
760 if (IsDefined) {
783 IsDefined != isDefinedTableNumber(Info.ElementIndex))
786 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) ==
790 if (IsDefined) {
812 if (IsDefined) {
849 IsDefined != isDefinedTagIndex(Info.ElementIndex))
852 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) ==
856 if (IsDefined) {