Home | History | Annotate | Download | only in X86

Lines Matching full:getrelocationmodel

463 def IsStatic     : Predicate<"TM.getRelocationModel() == Reloc::Static">;
464 def IsNotPIC : Predicate<"TM.getRelocationModel() != Reloc::PIC_">;