OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isDarwinABI
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.h
275
bool
isDarwinABI
() const { return isTargetMachO() || isDarwin(); }
276
bool isSVR4ABI() const { return !
isDarwinABI
(); }
PPCFrameLowering.cpp
41
if (STI.
isDarwinABI
())
57
if (STI.
isDarwinABI
())
65
if (STI.
isDarwinABI
() || STI.isPPC64())
73
if (STI.
isDarwinABI
())
96
if (Subtarget.
isDarwinABI
()) {
638
assert((Subtarget.
isDarwinABI
() || isSVR4ABI) &&
[
all
...]
PPCISelLowering.cpp
[
all
...]
Completed in 52 milliseconds