Searched defs:RelocM (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h297 Reloc::Model RelocM; member in class:llvm::MCObjectFileInfo
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp584 Reloc::Model RelocM = TM.getRelocationModel(); local
585 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
598 if (RelocM == Reloc::DynamicNoPIC) {
H A DARMCodeEmitter.cpp722 Reloc::Model RelocM = TM.getRelocationModel(); local
725 Subtarget->GVIsIndirectSymbol(GV, RelocM),
H A DARMISelLowering.cpp2058 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2060 if (RelocM == Reloc::Static) {
2074 if (RelocM == Reloc::Static)
2199 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2200 if (RelocM == Reloc::PIC_) {
2243 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2249 if (Subtarget->useMovt() && RelocM != Reloc::Static) {
2253 if (RelocM == Reloc::Static)
2257 unsigned Wrapper = (RelocM == Reloc::PIC_)
2261 if (Subtarget->GVIsIndirectSymbol(GV, RelocM))
2354 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
[all...]

Completed in 1580 milliseconds