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 134 Reloc::Model RelocM) const {
135 if (RelocM == Reloc::Static)
150 if (RelocM == Reloc::PIC_) {
ARMSubtarget.h 275 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
ARMFastISel.cpp 619 Reloc::Model RelocM = TM.getRelocationModel();
620 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM);
628 Subtarget->isTargetDarwin() == (RelocM != Reloc::Static)) {
630 switch (RelocM) {
652 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
663 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
666 if (RelocM == Reloc::PIC_)
677 if (RelocM == Reloc::PIC_) {
    [all...]
ARMAsmPrinter.cpp 584 Reloc::Model RelocM = TM.getRelocationModel();
585 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
598 if (RelocM == Reloc::DynamicNoPIC) {
    [all...]
ARMISelLowering.cpp     [all...]
ARMCodeEmitter.cpp 722 Reloc::Model RelocM = TM.getRelocationModel();
725 Subtarget->GVIsIndirectSymbol(GV, RelocM),
    [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_) {
526 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef TT, Reloc::Model relocm,
529 RelocM = relocm;
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 297 Reloc::Model RelocM;

Completed in 200 milliseconds