Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h113 bool UsesMSVCFloatingPoint; variable
180 bool usesMSVCFloatingPoint() const { return UsesMSVCFloatingPoint; } in usesMSVCFloatingPoint()
182 void setUsesMSVCFloatingPoint(bool b) { UsesMSVCFloatingPoint = b; } in setUsesMSVCFloatingPoint()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp45 UsesMSVCFloatingPoint = false; in initialize()