HomeSort by relevance Sort by last modified time
    Searched refs:RelocM (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 132 Reloc::Model RelocM) const {
133 if (RelocM == Reloc::Static)
148 if (RelocM == Reloc::PIC_) {
ARMSubtarget.h 263 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
ARMFastISel.cpp 586 Reloc::Model RelocM = TM.getRelocationModel();
589 if (!isThumb && (RelocM == Reloc::PIC_)) return 0;
599 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : (Subtarget->isThumb() ? 4 : 8);
610 unsigned Opc = (RelocM != Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
613 if (RelocM == Reloc::PIC_)
624 if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) {
    [all...]
ARMAsmPrinter.cpp 539 Reloc::Model RelocM = TM.getRelocationModel();
540 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
553 if (RelocM == Reloc::DynamicNoPIC) {
    [all...]
ARMCodeEmitter.cpp 716 Reloc::Model RelocM = TM.getRelocationModel();
719 Subtarget->GVIsIndirectSymbol(GV, RelocM),
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 81 if (RelocM != Reloc::Static &&
126 if (RelocM == Reloc::Static) {
209 PersonalityEncoding = (RelocM == Reloc::PIC_)
212 LSDAEncoding = (RelocM == Reloc::PIC_)
215 FDEEncoding = FDECFIEncoding = (RelocM == Reloc::PIC_)
218 TTypeEncoding = (RelocM == Reloc::PIC_)
224 if (RelocM == Reloc::PIC_) {
493 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef TT, Reloc::Model relocm,
496 RelocM = relocm;
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 279 Reloc::Model RelocM;

Completed in 302 milliseconds