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

  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 133 MCAsmBackend *TAB, bool ShowInst) {
135 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
  /external/clang/tools/driver/
cc1as_main.cpp 118 unsigned ShowInst : 1;
137 ShowInst = 0;
245 Opts.ShowInst = Args->hasArg(OPT_show_inst);
371 Opts.ShowInst));
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 52 MCAsmBackend *TAB, bool ShowInst);
ARMELFStreamer.cpp     [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 129 MCAsmBackend *TAB, bool ShowInst) {
131 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 180 MCAsmBackend *TAB, bool ShowInst) {
183 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 140 MCAsmBackend *TAB, bool ShowInst) {
143 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 58 MCAsmBackend *TAB, bool ShowInst);
142 bool ShowInst);
448 bool ShowInst) const {
451 InstPrint, CE, TAB, ShowInst);
453 InstPrint, CE, TAB, ShowInst);
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 53 unsigned ShowInst : 1;
64 MCAsmBackend *asmbackend, bool showInst)
68 ShowInst(showInst), UseDwarfDirectory(useDwarfDirectory) {
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 59 ShowInst("show-inst", cl::desc("Show internal instruction representation"));
466 MAB, ShowInst));
  /external/llvm/include/llvm/MC/
MCStreamer.h 770 /// \param ShowInst - Whether to show the MCInst representation inline with
775 MCAsmBackend *TAB, bool ShowInst);

Completed in 399 milliseconds