OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usesMSVCFloatingPoint
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
125
bool
UsesMSVCFloatingPoint
;
206
bool
usesMSVCFloatingPoint
() const { return
UsesMSVCFloatingPoint
; }
208
void setUsesMSVCFloatingPoint(bool b) {
UsesMSVCFloatingPoint
= b; }
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AsmPrinter.cpp
773
if (MMI->
usesMSVCFloatingPoint
()) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
398
if (MMI.
usesMSVCFloatingPoint
())
Completed in 23 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026