Searched refs:ShowInst (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 41 unsigned ShowInst : 1; member in __anoncff1f9470111::PTXMCAsmStreamer 53 ShowInst(showInst) { in PTXMCAsmStreamer() 520 if (ShowInst) { in EmitInstruction() 552 bool ShowInst) { in createPTXAsmStreamer() argument 554 IP, CE, ShowInst); in createPTXAsmStreamer()
|
D | PTXTargetMachine.cpp | 51 bool ShowInst);
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 109 unsigned ShowInst : 1; member 128 ShowInst = 0; in AssemblerInvocation() 224 Opts.ShowInst = Args->hasArg(OPT_show_inst); in CreateFromArgs() 339 Opts.ShowInst)); in ExecuteAssembler()
|
/external/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 58 bool ShowInst); 130 bool ShowInst); 446 bool ShowInst) const { in createAsmStreamer() argument 449 useDwarfDirectory, InstPrint, CE, TAB, ShowInst); in createAsmStreamer()
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 51 unsigned ShowInst : 1; member in __anonfcba8b690111::MCAsmStreamer 77 ShowInst(showInst), UseLoc(useLoc), UseCFI(useCFI), in MCAsmStreamer() 1288 if (ShowInst) { in EmitInstruction() 1330 MCAsmBackend *MAB, bool ShowInst) { in createAsmStreamer() argument 1332 useDwarfDirectory, IP, CE, MAB, ShowInst); in createAsmStreamer()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 58 ShowInst("show-inst", cl::desc("Show internal instruction representation")); variable 440 IP, CE, MAB, ShowInst)); in main()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 642 bool ShowInst = false);
|