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

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h371 const char *getGPRel32Directive() const { return GPRel32Directive; } function in class:llvm::MCAsmInfo
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp726 assert(MAI->getGPRel32Directive() != nullptr);
727 OS << MAI->getGPRel32Directive() << *Value;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp228 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr)

Completed in 1042 milliseconds