Home
last modified time | relevance | path

Searched refs:ShowMCEncoding (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCTargetOptions.cpp18 ShowMCEncoding(false), ShowMCInst(false), AsmVerbose(false), in MCTargetOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCTargetOptions.h51 bool ShowMCEncoding : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp126 static cl::opt<bool> ShowMCEncoding("show-mc-encoding", cl::Hidden, variable
475 Options.MCOptions.ShowMCEncoding = ShowMCEncoding; in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp162 if (Options.MCOptions.ShowMCEncoding) in createMCStreamer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2376 if (TM.Options.MCOptions.ShowMCEncoding) { in emitInstruction()