Home | History | Annotate | Download | only in MC

Lines Matching refs:useLoc

52   unsigned UseLoc : 1;
69 bool isVerboseAsm, bool useLoc, bool useCFI,
77 ShowInst(showInst), UseLoc(useLoc), UseCFI(useCFI),
782 if (UseLoc) {
801 if (!UseLoc)
1315 if (getContext().hasDwarfFiles() && !UseLoc)
1327 bool isVerboseAsm, bool useLoc,
1331 return new MCAsmStreamer(Context, OS, isVerboseAsm, useLoc, useCFI,