OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDarwin
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Tools/Scripts/
run-chromium-webkit-unit-tests
43
if (
isDarwin
()) {
run-launcher
59
if (
isDarwin
()) {
76
if (
isDarwin
()) {
webkitdirs.pm
258
} elsif (
isDarwin
()) {
607
if (
isDarwin
() and -d "$configurationProductDir/lib/$libraryName.framework") {
609
} elsif (
isDarwin
() and -d "$configurationProductDir/lib") {
633
my $extension =
isDarwin
() ? "dylib" : "so";
926
sub
isDarwin
()
953
return isAppleWebKit() &&
isDarwin
();
982
if (!
isDarwin
()) {
1005
return
isDarwin
() && osXVersion()->{"minor"} == 4;
1010
return
isDarwin
() && osXVersion()->{"minor"} == 5;
1015
return
isDarwin
() && osXVersion()->{"minor"} == 6
[
all
...]
old-run-webkit-tests
227
if (
isDarwin
()) {
481
if (
isDarwin
()) {
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.h
142
///
isDarwin
- True if this is any darwin platform.
143
bool
isDarwin
() const { return TargetTriple.isMacOSX(); }
145
bool isDarwinABI() const { return
isDarwin
(); }
146
bool isSVR4ABI() const { return !
isDarwin
(); }
PPCMCInstLower.cpp
98
AsmPrinter &Printer, bool
isDarwin
) {
103
RefKind =
isDarwin
? MCSymbolRefExpr::VK_PPC_DARWIN_LO16 : MCSymbolRefExpr::VK_PPC_GAS_LO16;
105
RefKind =
isDarwin
? MCSymbolRefExpr::VK_PPC_DARWIN_HA16 : MCSymbolRefExpr::VK_PPC_GAS_HA16;
133
AsmPrinter &AP, bool
isDarwin
) {
157
MCOp = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP,
isDarwin
);
160
MCOp = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP,
isDarwin
);
163
MCOp = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP,
isDarwin
);
167
isDarwin
);
PPC.h
50
AsmPrinter &AP, bool
isDarwin
);
PPCSubtarget.cpp
109
if (
isDarwin
())
PPCAsmPrinter.cpp
153
if (!Subtarget.
isDarwin
()) RegName = stripRegisterPrefix(RegName);
347
LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, Subtarget.
isDarwin
());
379
LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, Subtarget.
isDarwin
());
677
if (Subtarget->
isDarwin
())
PPCISelLowering.cpp
61
if (TM.getSubtargetImpl()->
isDarwin
())
387
if (TM.getSubtarget<PPCSubtarget>().
isDarwin
()) {
401
if (PPCSubTarget.
isDarwin
())
412
if (TM.getSubtarget<PPCSubtarget>().
isDarwin
())
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h
51
static inline bool isARMArea1Register(unsigned Reg, bool
isDarwin
) {
60
return !
isDarwin
;
66
static inline bool isARMArea2Register(unsigned Reg, bool
isDarwin
) {
71
return
isDarwin
;
77
static inline bool isARMArea3Register(unsigned Reg, bool
isDarwin
) {
ARMSubtarget.h
149
isELF,
isDarwin
ARMFastISel.cpp
[
all
...]
Completed in 214 milliseconds