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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 276 Reloc::Model RelocM) const {
277 if (RelocM == Reloc::Static)
298 if (RelocM == Reloc::PIC_) {
ARMSubtarget.h 484 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
ARMFastISel.cpp 583 Reloc::Model RelocM = TM.getRelocationModel();
584 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM);
597 (Subtarget->isTargetMachO() || RelocM == Reloc::Static)) {
603 switch (RelocM) {
621 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_)
625 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
636 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
639 if (RelocM == Reloc::PIC_)
651 if (RelocM == Reloc::PIC_) {
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 175 if (RelocM == Reloc::Static) {
307 PersonalityEncoding = (RelocM == Reloc::PIC_)
310 LSDAEncoding = (RelocM == Reloc::PIC_)
313 TTypeEncoding = (RelocM == Reloc::PIC_)
318 if (RelocM == Reloc::PIC_) {
343 if (RelocM == Reloc::PIC_) {
380 if (RelocM == Reloc::PIC_) {
394 if (RelocM == Reloc::PIC_) {
407 if (RelocM == Reloc::PIC_) {
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 339 Reloc::Model getRelocM() const { return RelocM; }
343 Reloc::Model RelocM;

Completed in 127 milliseconds