Home | History | Annotate | Download | only in MC

Lines Matching defs:Used

91                            bool Used, bool Renamed);
884 const MCSymbolData &Data, bool Used,
895 if (Used)
982 bool Used = UsedInReloc.count(&Symbol);
987 Used || WeakrefUsed || isSignature,
997 bool Local = isLocal(SD, Used);
1011 if (isSignature && !Used)
1015 if (!Used && WeakrefUsed)
1034 // The ELF format is used on Windows by the MCJIT engine. Thus, on