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

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 364 Reloc::Model getRelocM() const {
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 698 getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_)
889 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 387 Pic = MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_;

Completed in 298 milliseconds