Searched refs:getGPRel32Directive (Results 1 – 4 of 4) sorted by relevance
399 assert(MAI.getGPRel32Directive() != 0); in EmitGPRel32Value()400 OS << MAI.getGPRel32Directive() << *Value; in EmitGPRel32Value()
352 const char *getGPRel32Directive() const { return GPRel32Directive; } in getGPRel32Directive() function
647 assert(MAI.getGPRel32Directive() != 0); in EmitGPRel32Value()648 OS << MAI.getGPRel32Directive() << *Value; in EmitGPRel32Value()
1070 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != 0) in getJumpTableEncoding()