Home
last modified time | relevance | path

Searched refs:getRelocM (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h364 Reloc::Model getRelocM() const { in getRelocM() function
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp698 getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_) in parseSparcAsmOperand()
889 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in matchSparcAsmModifiers()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp387 Pic = MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in MipsTargetELFStreamer()