OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOSWindows
(Results
1 - 19
of
19
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMMCLinker.cpp
32
if (theTriple.
isOSWindows
()) {
ARMEmulation.cpp
55
if (pConfig.targets().triple().
isOSWindows
()) {
ARMLDBackend.cpp
662
if (pConfig.targets().triple().
isOSWindows
()) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonMCLinker.cpp
31
if (theTriple.
isOSWindows
()) {
HexagonEmulation.cpp
47
if (pConfig.targets().triple().
isOSWindows
()) {
HexagonLDBackend.cpp
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsMCLinker.cpp
34
if (theTriple.
isOSWindows
()) {
MipsEmulation.cpp
47
if (pConfig.targets().triple().
isOSWindows
()) {
MipsLDBackend.cpp
413
if (pConfig.targets().triple().
isOSWindows
()) {
/frameworks/compile/mclinker/lib/Target/X86/
X86MCLinker.cpp
32
if (theTriple.
isOSWindows
()) {
X86Emulation.cpp
57
if (pConfig.targets().triple().
isOSWindows
()) {
X86LDBackend.cpp
614
if (pConfig.targets().triple().
isOSWindows
()) {
/external/llvm/include/llvm/ADT/
Triple.h
321
///
isOSWindows
- Is this a "Windows" OS.
322
bool
isOSWindows
() const {
333
return !isOSDarwin() && !
isOSWindows
();
338
return
isOSWindows
();
/external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp
142
if (Tuple.
isOSWindows
() && Triple::ELF != Tuple.getEnvironment()) {
/external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
458
if (TheTriple.
isOSWindows
() && TheTriple.getEnvironment() != Triple::ELF)
471
if (TheTriple.
isOSWindows
() && TheTriple.getEnvironment() != Triple::ELF)
X86MCTargetDesc.cpp
324
} else if (T.
isOSWindows
() && is64Bit)
368
if (TheTriple.
isOSWindows
() && TheTriple.getEnvironment() != Triple::ELF)
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp
201
if (TheTriple.
isOSWindows
()) {
/external/llvm/lib/Target/X86/
X86Subtarget.h
332
return In64BitMode && TargetTriple.
isOSWindows
();
/external/clang/lib/Analysis/
FormatString.cpp
655
!Target.getTriple().
isOSWindows
();
Completed in 329 milliseconds