Searched refs:getGPRel32Directive (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCAsmInfo.h370 const char *getGPRel32Directive() const { return GPRel32Directive; } function in class:llvm::MCAsmInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCAsmStreamer.cpp697 assert(MAI.getGPRel32Directive() != 0);
698 OS << MAI.getGPRel32Directive() << *Value;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1055 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != 0)

Completed in 140 milliseconds