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 365 Reloc::Model getRelocM() const {
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 701 getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_)
892 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 253 Pic = (MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_)

Completed in 160 milliseconds