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 367 Reloc::Model RelocM) const {
368 if (RelocM == Reloc::Static)
383 if (RelocM == Reloc::PIC_) {
ARMSubtarget.h 456 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
ARMAsmPrinter.cpp 417 Reloc::Model RelocM = TM.getRelocationModel();
418 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
446 if (RelocM == Reloc::DynamicNoPIC) {
    [all...]
ARMFastISel.cpp 579 Reloc::Model RelocM = TM.getRelocationModel();
580 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM);
594 (Subtarget->isTargetMachO() || RelocM == Reloc::Static)) {
600 switch (RelocM) {
618 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_)
622 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
633 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
636 if (RelocM == Reloc::PIC_)
648 if (RelocM == Reloc::PIC_) {
    [all...]
ARMCodeEmitter.cpp 642 Reloc::Model RelocM = TM.getRelocationModel();
645 Subtarget->GVIsIndirectSymbol(GV, RelocM),
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 150 if (RelocM == Reloc::Static) {
291 PersonalityEncoding = (RelocM == Reloc::PIC_)
294 LSDAEncoding = (RelocM == Reloc::PIC_)
297 TTypeEncoding = (RelocM == Reloc::PIC_)
302 if (RelocM == Reloc::PIC_) {
329 if (RelocM == Reloc::PIC_) {
357 if (RelocM == Reloc::PIC_) {
371 if (RelocM == Reloc::PIC_) {
384 if (RelocM == Reloc::PIC_) {
799 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef T, Reloc::Model relocm,
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 366 return RelocM;
371 Reloc::Model RelocM;

Completed in 320 milliseconds