Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h214 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp591 if (TM->shouldPrintMachineCode()) in addPrintPass()