Home
last modified time | relevance | path

Searched refs:PrintMachineCode (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h109 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()
127 unsigned PrintMachineCode : 1; variable
DTargetMachine.h241 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp409 TM.Options.PrintMachineCode = true; in TargetPassConfig()