OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isosdarwin
(Results
1 - 25
of
46
) sorted by null
1
2
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp
68
if (TheTriple.
isOSDarwin
())
89
if (T.
isOSDarwin
())
96
if (!T.
isOSDarwin
() &&
111
if (Triple(TT).
isOSDarwin
())
123
bool isDarwin = Triple(STI.getTargetTriple()).
isOSDarwin
();
PPCAsmBackend.cpp
213
if (Triple(TT).
isOSDarwin
())
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp
203
if (TheTriple.
isOSDarwin
())
271
if (TheTriple.
isOSDarwin
() || TheTriple.getEnvironment() == Triple::MachO) {
319
if (T.
isOSDarwin
()) {
337
else if (!T.
isOSDarwin
())
343
if (RM == Reloc::Static && T.
isOSDarwin
() && is64Bit)
365
if (TheTriple.
isOSDarwin
() || TheTriple.getEnvironment() == Triple::MachO)
X86AsmBackend.cpp
455
if (TheTriple.
isOSDarwin
() || TheTriple.getEnvironment() == Triple::MachO)
468
if (TheTriple.
isOSDarwin
() || TheTriple.getEnvironment() == Triple::MachO)
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonMCLinker.cpp
27
if (theTriple.
isOSDarwin
()) {
HexagonEmulation.cpp
43
if (pConfig.targets().triple().
isOSDarwin
()) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp
170
if (TheTriple.
isOSDarwin
())
183
RM = TheTriple.
isOSDarwin
() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
198
if (TheTriple.
isOSDarwin
())
/external/llvm/include/llvm/ADT/
Triple.h
311
///
isOSDarwin
- Is this a "Darwin" OS (OS X or iOS).
312
bool
isOSDarwin
() const {
333
return !
isOSDarwin
() && !isOSWindows();
344
return getEnvironment() == Triple::MachO ||
isOSDarwin
();
/frameworks/compile/mclinker/lib/Target/ARM/
ARMMCLinker.cpp
28
if (theTriple.
isOSDarwin
()) {
ARMEmulation.cpp
51
if (pConfig.targets().triple().
isOSDarwin
()) {
/frameworks/compile/mclinker/lib/Target/Mips/
MipsMCLinker.cpp
30
if (theTriple.
isOSDarwin
()) {
MipsEmulation.cpp
43
if (pConfig.targets().triple().
isOSDarwin
()) {
MipsLDBackend.cpp
410
if (pConfig.targets().triple().
isOSDarwin
()) {
/frameworks/compile/mclinker/lib/Target/X86/
X86MCLinker.cpp
28
if (theTriple.
isOSDarwin
()) {
X86Emulation.cpp
53
if (pConfig.targets().triple().
isOSDarwin
()) {
/external/clang/lib/Driver/
ToolChain.cpp
163
if (!Triple.
isOSDarwin
()) {
257
(Suffix.startswith("v7") && getTriple().
isOSDarwin
());
Tools.cpp
549
if (Triple.
isOSDarwin
())
729
} else if (Triple.
isOSDarwin
()) {
[
all
...]
/external/clang/lib/Analysis/
PrintfFormatString.cpp
203
if (Target.getTriple().
isOSDarwin
())
207
if (Target.getTriple().
isOSDarwin
())
211
if (Target.getTriple().
isOSDarwin
())
ScanfFormatString.cpp
180
if (Target.getTriple().
isOSDarwin
())
184
if (Target.getTriple().
isOSDarwin
())
188
if (Target.getTriple().
isOSDarwin
())
/external/clang/lib/Frontend/
InitHeaderSearch.cpp
350
if (triple.
isOSDarwin
()) {
474
if (triple.
isOSDarwin
()) {
503
if (triple.
isOSDarwin
()) {
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
279
bool isTargetDarwin() const { return TargetTriple.
isOSDarwin
(); }
/external/llvm/lib/CodeGen/
StackProtector.cpp
150
if (InStruct || !Trip.
isOSDarwin
())
/external/llvm/lib/Target/X86/
X86Subtarget.h
303
bool isTargetDarwin() const { return TargetTriple.
isOSDarwin
(); }
/external/llvm/tools/lto/
LTOCodeGenerator.cpp
290
if (_mCpu.empty() && Triple.
isOSDarwin
()) {
/external/llvm/tools/bugpoint/
ToolRunner.cpp
705
if (TargetTriple.
isOSDarwin
() && !IsARMArchitecture(GCCArgs))
857
else if (TargetTriple.
isOSDarwin
()) {
[
all
...]
Completed in 2174 milliseconds
1
2