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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 36 Reloc::Model RelocM) const {
37 if (RelocM == Reloc::Static)
AArch64Subtarget.h 46 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
AArch64AsmPrinter.cpp 92 Reloc::Model RelocM = TM.getRelocationModel();
108 } else if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) {
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 220 Reloc::Model RelocM) const {
221 if (RelocM == Reloc::Static)
236 if (RelocM == Reloc::PIC_) {
ARMSubtarget.h 329 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
ARMAsmPrinter.cpp 591 Reloc::Model RelocM = TM.getRelocationModel();
592 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
620 if (RelocM == Reloc::DynamicNoPIC) {
    [all...]
ARMFastISel.cpp 625 Reloc::Model RelocM = TM.getRelocationModel();
626 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM);
642 Subtarget->isTargetDarwin() == (RelocM != Reloc::Static)) {
644 switch (RelocM) {
665 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_)
669 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
680 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
683 if (RelocM == Reloc::PIC_)
694 if (RelocM == Reloc::PIC_) {
    [all...]
ARMISelLowering.cpp     [all...]
ARMCodeEmitter.cpp 728 Reloc::Model RelocM = TM.getRelocationModel();
731 Subtarget->GVIsIndirectSymbol(GV, RelocM),
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 81 if (RelocM != Reloc::Static &&
127 if (RelocM == Reloc::Static) {
241 PersonalityEncoding = (RelocM == Reloc::PIC_)
244 LSDAEncoding = (RelocM == Reloc::PIC_)
247 FDEEncoding = (RelocM == Reloc::PIC_)
250 TTypeEncoding = (RelocM == Reloc::PIC_)
254 if (RelocM == Reloc::PIC_) {
279 if (RelocM == Reloc::PIC_) {
302 if (RelocM == Reloc::PIC_) {
638 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef TT, Reloc::Model relocm,
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 345 Reloc::Model RelocM;

Completed in 106 milliseconds