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

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 40 unsigned ShowInst : 1;
48 bool showInst)
52 ShowInst(showInst) {
509 if (ShowInst) {
540 bool ShowInst) {
542 IP, CE, ShowInst);
PTXTargetMachine.cpp 53 bool ShowInst);
  /external/clang/tools/driver/
cc1as_main.cpp 118 unsigned ShowInst : 1;
142 ShowInst = 0;
246 Opts.ShowInst = Args.hasArg(OPT_show_inst);
387 /*useDwarfDirectory*/ true, IP, CE, MAB, Opts.ShowInst));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 56 bool ShowInst);
122 bool ShowInst);
432 bool ShowInst) const {
435 InstPrint, CE, TAB, ShowInst);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 50 unsigned ShowInst : 1;
68 bool showInst)
72 ShowInst(showInst), UseLoc(useLoc), UseCFI(useCFI) {
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 61 MCAsmBackend *TAB, bool ShowInst);
468 MCAsmBackend *TAB, bool ShowInst) const {
472 TAB, ShowInst);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 57 ShowInst("show-inst", cl::desc("Show internal instruction representation"));
412 ShowInst));
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 73 ShowInst("show-inst", cl::desc("Show internal instruction representation"));
511 /*useDwarfDirectory*/ true, IP, CE, MAB, ShowInst));
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCStreamer.h 607 /// \param ShowInst - Whether to show the MCInst representation inline with
619 bool ShowInst = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 66 MCAsmBackend *TAB, bool ShowInst);
490 MCAsmBackend *TAB, bool ShowInst) const {
494 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TargetRegistry.h 66 MCAsmBackend *TAB, bool ShowInst);
490 MCAsmBackend *TAB, bool ShowInst) const {
494 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TargetRegistry.h 66 MCAsmBackend *TAB, bool ShowInst);
490 MCAsmBackend *TAB, bool ShowInst) const {
494 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TargetRegistry.h 67 MCAsmBackend *TAB, bool ShowInst);
493 MCAsmBackend *TAB, bool ShowInst) const {
497 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
TargetRegistry.h 67 MCAsmBackend *TAB, bool ShowInst);
493 MCAsmBackend *TAB, bool ShowInst) const {
497 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
TargetRegistry.h 67 MCAsmBackend *TAB, bool ShowInst);
493 MCAsmBackend *TAB, bool ShowInst) const {
497 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
TargetRegistry.h 67 MCAsmBackend *TAB, bool ShowInst);
493 MCAsmBackend *TAB, bool ShowInst) const {
497 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 66 MCAsmBackend *TAB, bool ShowInst);
490 MCAsmBackend *TAB, bool ShowInst) const {
494 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
TargetRegistry.h 66 MCAsmBackend *TAB, bool ShowInst);
490 MCAsmBackend *TAB, bool ShowInst) const {
494 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
TargetRegistry.h 66 MCAsmBackend *TAB, bool ShowInst);
490 MCAsmBackend *TAB, bool ShowInst) const {
494 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
TargetRegistry.h 67 MCAsmBackend *TAB, bool ShowInst);
493 MCAsmBackend *TAB, bool ShowInst) const {
497 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
TargetRegistry.h 67 MCAsmBackend *TAB, bool ShowInst);
493 MCAsmBackend *TAB, bool ShowInst) const {
497 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
TargetRegistry.h 67 MCAsmBackend *TAB, bool ShowInst);
493 MCAsmBackend *TAB, bool ShowInst) const {
497 TAB, ShowInst);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
TargetRegistry.h 67 MCAsmBackend *TAB, bool ShowInst);
493 MCAsmBackend *TAB, bool ShowInst) const {
497 TAB, ShowInst);
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 54 unsigned ShowInst : 1;
65 MCAsmBackend *asmbackend, bool showInst)
69 IsVerboseAsm(isVerboseAsm), ShowInst(showInst),
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h     [all...]

Completed in 6549 milliseconds

1 2