OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isDarwin
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp
123
bool
isDarwin
= Triple(STI.getTargetTriple()).isOSDarwin();
124
return new PPCInstPrinter(MAI, MII, MRI,
isDarwin
);
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
148
if (!Subtarget.
isDarwin
()) RegName = stripRegisterPrefix(RegName);
287
if (!Subtarget.
isDarwin
()) RegName = stripRegisterPrefix(RegName);
355
LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, Subtarget.
isDarwin
());
384
LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, Subtarget.
isDarwin
());
428
LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, Subtarget.
isDarwin
());
465
LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, Subtarget.
isDarwin
());
517
LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, Subtarget.
isDarwin
());
714
if (!Subtarget.
isDarwin
()) {
725
LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, Subtarget.
isDarwin
());
[
all
...]
PPCSubtarget.h
194
///
isDarwin
- True if this is any darwin platform.
195
bool
isDarwin
() const { return TargetTriple.isMacOSX(); }
201
bool isDarwinABI() const { return
isDarwin
(); }
202
bool isSVR4ABI() const { return !
isDarwin
(); }
/external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm
219
} elsif (
isDarwin
()) {
362
} elsif (
isDarwin
() || isFreeBSD()) {
755
if (
isDarwin
()) {
761
if (
isDarwin
() and -d "$configurationProductDir/lib/$libraryName.framework") {
763
} elsif (
isDarwin
() and -d "$configurationProductDir/lib") {
801
my $extension =
isDarwin
() ? ".dylib" : ".so";
1035
push @cmakeExtraOptions, "-DCMAKE_SKIP_RPATH='ON'" if
isDarwin
();
[
all
...]
Completed in 167 milliseconds