OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Pic
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp
253
Pic
= (MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_)
478
// This option overrides other
PIC
options like -KPIC.
479
Pic
= false;
487
Pic
= true;
534
if (!
Pic
|| (isN32() || isN64()))
582
// Only N32 and N64 emit anything for .cpsetup iff
PIC
is set.
583
if (!
Pic
|| !(isN32() || isN64()))
/external/llvm/lib/Target/Mips/
MipsTargetStreamer.h
53
//
PIC
support
129
//
PIC
support
146
bool
Pic
;
186
//
PIC
support
Completed in 2662 milliseconds