HomeSort by relevance Sort by last modified time
    Searched refs:ShowInst (Results 1 - 5 of 5) sorted by null

  /external/clang/tools/driver/
cc1as_main.cpp 119 unsigned ShowInst : 1;
139 ShowInst = 0;
248 Opts.ShowInst = Args->hasArg(OPT_show_inst);
374 /*useDwarfDirectory*/ true, IP, CE, MAB, Opts.ShowInst));
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 59 ShowInst("show-inst", cl::desc("Show internal instruction representation"));
468 /*useDwarfDirectory*/ true, IP, CE, MAB, ShowInst));
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 51 unsigned ShowInst : 1;
62 MCAsmBackend *asmbackend, bool showInst)
66 IsVerboseAsm(isVerboseAsm), ShowInst(showInst),
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 61 MCAsmBackend *TAB, bool ShowInst);
480 MCAsmBackend *TAB, bool ShowInst) const {
484 TAB, ShowInst);
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 747 /// \param ShowInst - Whether to show the MCInst representation inline with
753 MCAsmBackend *TAB, bool ShowInst);

Completed in 108 milliseconds