Lines Matching defs:IsDefined
718 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0;
724 IsDefined != isDefinedFunctionIndex(Info.ElementIndex))
727 if (IsDefined) {
750 IsDefined != isDefinedGlobalIndex(Info.ElementIndex))
753 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) ==
757 if (IsDefined) {
780 IsDefined != isDefinedTableNumber(Info.ElementIndex))
783 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) ==
787 if (IsDefined) {
809 if (IsDefined) {
846 IsDefined != isDefinedTagIndex(Info.ElementIndex))
849 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) ==
853 if (IsDefined) {