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 133 Reloc::Model RelocM) const {
134 if (RelocM == Reloc::Static)
149 if (RelocM == Reloc::PIC_) {
ARMSubtarget.h 272 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
ARMFastISel.cpp 617 Reloc::Model RelocM = TM.getRelocationModel();
620 if (!isThumb2 && (RelocM == Reloc::PIC_)) return 0;
629 Subtarget->isTargetDarwin() == (RelocM != Reloc::Static)) {
631 switch (RelocM) {
653 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
664 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
667 if (RelocM == Reloc::PIC_)
679 if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) {
    [all...]
ARMAsmPrinter.cpp 558 Reloc::Model RelocM = TM.getRelocationModel();
559 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
572 if (RelocM == Reloc::DynamicNoPIC) {
    [all...]
ARMCodeEmitter.cpp 715 Reloc::Model RelocM = TM.getRelocationModel();
718 Subtarget->GVIsIndirectSymbol(GV, RelocM),
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 81 if (RelocM != Reloc::Static &&
126 if (RelocM == Reloc::Static) {
223 PersonalityEncoding = (RelocM == Reloc::PIC_)
226 LSDAEncoding = (RelocM == Reloc::PIC_)
229 FDEEncoding = FDECFIEncoding = (RelocM == Reloc::PIC_)
232 TTypeEncoding = (RelocM == Reloc::PIC_)
238 if (RelocM == Reloc::PIC_) {
528 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef TT, Reloc::Model relocm,
531 RelocM = relocm;
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 297 Reloc::Model RelocM;

Completed in 71 milliseconds