Home
last modified time | relevance | path

Searched refs:shouldPrintMachineCode (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h241 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp595 if (TM->shouldPrintMachineCode()) in addPrintPass()