OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelocationModel
(Results
26 - 42
of
42
) sorted by null
1
2
/external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp
29
tm.
getRelocationModel
() == Reloc::PIC_ ? Mips::B : Mips::J),
609
if (TM.
getRelocationModel
() == Reloc::PIC_)
MipsISelLowering.cpp
[
all
...]
MipsConstantIslandPass.cpp
369
IsPIC(TM.
getRelocationModel
() == Reloc::PIC_),
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp
188
if (TM.
getRelocationModel
() != Reloc::PIC_) {
SparcISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
58
IsPIC(TM.
getRelocationModel
() == Reloc::PIC_) {}
137
IsPIC = TM.
getRelocationModel
() == Reloc::PIC_;
[
all
...]
X86FastISel.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
X86ISelDAGToDAG.cpp
462
getTargetMachine().
getRelocationModel
() != Reloc::PIC_)))) {
[
all
...]
X86InstrInfo.cpp
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
224
if (getTargetMachine().
getRelocationModel
() != Reloc::PIC_)
260
if (getTargetMachine().
getRelocationModel
() == Reloc::Static)
264
if (getTargetMachine().
getRelocationModel
() == Reloc::DynamicNoPIC &&
[
all
...]
LegalizeDAG.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
ARMFastISel.cpp
579
Reloc::Model RelocM = TM.
getRelocationModel
();
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
[
all
...]
Completed in 834 milliseconds
1
2