Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h382 const char *getGPRel32Directive() const { return GPRel32Directive; } in getGPRel32Directive() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp731 assert(MAI->getGPRel32Directive() != nullptr); in EmitGPRel32Value()
732 OS << MAI->getGPRel32Directive() << *Value; in EmitGPRel32Value()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp231 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr) in getJumpTableEncoding()