HomeSort by relevance Sort by last modified time
    Searched refs:getGPRel32Directive (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 371 const char *getGPRel32Directive() const { return GPRel32Directive; }
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 726 assert(MAI->getGPRel32Directive() != nullptr);
727 OS << MAI->getGPRel32Directive() << *Value;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 228 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr)
    [all...]

Completed in 151 milliseconds