Searched refs:RelocM (Results 1 – 6 of 6) sorted by relevance
175 if (RelocM == Reloc::Static) { in initMachOMCObjectFileInfo()307 PersonalityEncoding = (RelocM == Reloc::PIC_) in initELFMCObjectFileInfo()310 LSDAEncoding = (RelocM == Reloc::PIC_) in initELFMCObjectFileInfo()313 TTypeEncoding = (RelocM == Reloc::PIC_) in initELFMCObjectFileInfo()318 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()343 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()380 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()394 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()407 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()788 RelocM = relocm; in InitMCObjectFileInfo()
276 Reloc::Model RelocM) const { in GVIsIndirectSymbol()277 if (RelocM == Reloc::Static) in GVIsIndirectSymbol()298 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
484 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
583 Reloc::Model RelocM = TM.getRelocationModel(); in ARMMaterializeGV() local584 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM); in ARMMaterializeGV()597 (Subtarget->isTargetMachO() || RelocM == Reloc::Static)) { in ARMMaterializeGV()603 switch (RelocM) { in ARMMaterializeGV()621 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_) in ARMMaterializeGV()625 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : in ARMMaterializeGV()636 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic; in ARMMaterializeGV()639 if (RelocM == Reloc::PIC_) in ARMMaterializeGV()651 if (RelocM == Reloc::PIC_) { in ARMMaterializeGV()
2510 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); in LowerBlockAddress() local2512 if (RelocM == Reloc::Static) { in LowerBlockAddress()2527 if (RelocM == Reloc::Static) in LowerBlockAddress()2712 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); in LowerGlobalAddressDarwin() local2720 RelocM == Reloc::PIC_ ? ARMISD::WrapperPIC : ARMISD::Wrapper; in LowerGlobalAddressDarwin()2725 if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) in LowerGlobalAddressDarwin()2803 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); in LowerINTRINSIC_WO_CHAIN() local2805 unsigned PCAdj = (RelocM != Reloc::PIC_) in LowerINTRINSIC_WO_CHAIN()2817 if (RelocM == Reloc::PIC_) { in LowerINTRINSIC_WO_CHAIN()7121 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); in EmitSjLjDispatchBlock() local[all …]
339 Reloc::Model getRelocM() const { return RelocM; } in getRelocM()343 Reloc::Model RelocM; variable