Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h110 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()
127 unsigned PrintMachineCode : 1; variable
H A DTargetMachine.h214 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp405 TM.Options.PrintMachineCode = true; in TargetPassConfig()