Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCTargetOptions.cpp18 FDPIC(false), ShowMCEncoding(false), ShowMCInst(false), AsmVerbose(false), in MCTargetOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h45 bool ShowMCEncoding : 1; variable
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp143 static cl::opt<bool> ShowMCEncoding("show-mc-encoding", cl::Hidden, variable
504 Options.MCOptions.ShowMCEncoding = ShowMCEncoding; in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenTargetMachineImpl.cpp181 if (Options.MCOptions.ShowMCEncoding) in createMCStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2265 if (TM.Options.MCOptions.ShowMCEncoding) { in emitInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc29375 {"_ZL14ShowMCEncoding", "ShowMCEncoding"},