OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getrelocationmodel
(Results
26 - 37
of
37
) sorted by null
1
2
/external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
809
bccAssert(mpTargetMachine->
getRelocationModel
() == llvm::Reloc::Static &&
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.td
463
def IsStatic : Predicate<"TM.
getRelocationModel
() == Reloc::Static">;
464
def IsNotPIC : Predicate<"TM.
getRelocationModel
() != Reloc::PIC_">;
[
all
...]
X86ISelLowering.cpp
[
all
...]
X86InstrInfo.cpp
[
all
...]
X86FastISel.cpp
[
all
...]
X86ISelDAGToDAG.cpp
665
TM.
getRelocationModel
() == Reloc::Static)) {
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
LegalizeDAG.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
578
Reloc::Model RelocM = TM.
getRelocationModel
();
[
all
...]
Completed in 572 milliseconds
1
2