OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isOSWindows
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
547
bool
isOSWindows
() const {
553
return
isOSWindows
() && getEnvironment() == Triple::MSVC;
559
(
isOSWindows
() && getEnvironment() == Triple::UnknownEnvironment);
563
return
isOSWindows
() && getEnvironment() == Triple::CoreCLR;
567
return
isOSWindows
() && getEnvironment() == Triple::Itanium;
571
return
isOSWindows
() && getEnvironment() == Triple::Cygnus;
575
return
isOSWindows
() && getEnvironment() == Triple::GNU;
824
bool hasDLLImportExport() const { return
isOSWindows
() || isPS4CPU(); }
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h
870
bool
isOSWindows
() const { return TargetTriple.
isOSWindows
(); }
872
bool isTargetWin64() const { return In64BitMode &&
isOSWindows
(); }
874
bool isTargetWin32() const { return !In64BitMode &&
isOSWindows
(); }
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026