Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp402 assert(MAI.getGPRel32Directive() != 0); in EmitGPRel32Value()
403 OS << MAI.getGPRel32Directive() << *Value; in EmitGPRel32Value()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h384 const char *getGPRel32Directive() const { return GPRel32Directive; } in getGPRel32Directive() function
/external/llvm/include/llvm/MC/
DMCAsmInfo.h407 const char *getGPRel32Directive() const { return GPRel32Directive; } in getGPRel32Directive() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp656 assert(MAI.getGPRel32Directive() != 0); in EmitGPRel32Value()
657 OS << MAI.getGPRel32Directive() << *Value; in EmitGPRel32Value()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp866 assert(MAI->getGPRel32Directive() != nullptr); in EmitGPRel32Value()
867 OS << MAI->getGPRel32Directive(); in EmitGPRel32Value()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1073 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != 0) in getJumpTableEncoding()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp287 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr) in getJumpTableEncoding()