OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSVR4ABI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.h
130
if (isPPC64() &&
isSVR4ABI
()) {
202
bool
isSVR4ABI
() const { return !isDarwin(); }
PPCISelLowering.cpp
53
if (TM.getSubtargetImpl()->
isSVR4ABI
())
263
if (Subtarget->
isSVR4ABI
()) {
283
if (Subtarget->
isSVR4ABI
() && !isPPC64)
[
all
...]
Completed in 564 milliseconds