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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp132 const bool ShowInst = false; local
207 std::move(MAB), ShowInst));
/netbsd-current/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp127 unsigned ShowInst : 1; member in struct:__anon1177::AssemblerInvocation
157 ShowInst = 0;
291 Opts.ShowInst = Args.hasArg(OPT_show_inst);
467 Opts.ShowInst));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp75 ShowInst("show-inst", cl::desc("Show internal instruction representation"));
513 std::move(CE), std::move(MAB), ShowInst));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp59 unsigned ShowInst : 1;
85 ShowInst(showInst), UseDwarfDirectory(useDwarfDirectory) {
2204 if (ShowInst) {
2446 bool ShowInst) {
2449 ShowInst);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h80 /// \param ShowInst - Whether to show the MCInst representation inline with
86 std::unique_ptr<MCAsmBackend> &&TAB, bool ShowInst);
562 bool ShowInst) const {
566 std::move(CE), std::move(TAB), ShowInst);

Completed in 105 milliseconds