Searched refs:ShowInst (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp133 MCAsmBackend *TAB, bool ShowInst) {
135 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
130 createXCoreMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS, bool isVerboseAsm, bool useDwarfDirectory, MCInstPrinter *InstPrint, MCCodeEmitter *CE, MCAsmBackend *TAB, bool ShowInst) argument
/external/clang/tools/driver/
H A Dcc1as_main.cpp118 unsigned ShowInst : 1; member in struct:__anon19495::AssemblerInvocation
137 ShowInst = 0;
245 Opts.ShowInst = Args->hasArg(OPT_show_inst);
371 Opts.ShowInst));
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.h52 MCAsmBackend *TAB, bool ShowInst);
H A DARMELFStreamer.cpp1329 MCAsmBackend *TAB, bool ShowInst) {
1331 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp129 MCAsmBackend *TAB, bool ShowInst) {
131 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
126 createMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS, bool isVerboseAsm, bool useDwarfDirectory, MCInstPrinter *InstPrint, MCCodeEmitter *CE, MCAsmBackend *TAB, bool ShowInst) argument
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp180 MCAsmBackend *TAB, bool ShowInst) {
183 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
177 createMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS, bool isVerboseAsm, bool useDwarfDirectory, MCInstPrinter *InstPrint, MCCodeEmitter *CE, MCAsmBackend *TAB, bool ShowInst) argument
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp140 MCAsmBackend *TAB, bool ShowInst) {
143 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
137 createMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS, bool isVerboseAsm, bool useDwarfDirectory, MCInstPrinter *InstPrint, MCCodeEmitter *CE, MCAsmBackend *TAB, bool ShowInst) argument
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h58 MCAsmBackend *TAB, bool ShowInst);
142 bool ShowInst);
448 bool ShowInst) const {
451 InstPrint, CE, TAB, ShowInst);
453 InstPrint, CE, TAB, ShowInst);
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp53 unsigned ShowInst : 1;
68 ShowInst(showInst), UseDwarfDirectory(useDwarfDirectory) {
1267 if (ShowInst) {
1329 MCAsmBackend *MAB, bool ShowInst) {
1331 MAB, ShowInst);
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp59 ShowInst("show-inst", cl::desc("Show internal instruction representation"));
466 MAB, ShowInst));
/external/llvm/include/llvm/MC/
H A DMCStreamer.h770 /// \param ShowInst - Whether to show the MCInst representation inline with
775 MCAsmBackend *TAB, bool ShowInst);

Completed in 197 milliseconds