Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h407 const char *getGPRel32Directive() const { return GPRel32Directive; } in getGPRel32Directive() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h434 const char *getGPRel32Directive() const { return GPRel32Directive; } in getGPRel32Directive() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h466 const char *getGPRel32Directive() const { return GPRel32Directive; } in getGPRel32Directive() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp866 assert(MAI->getGPRel32Directive() != nullptr); in EmitGPRel32Value()
867 OS << MAI->getGPRel32Directive(); in EmitGPRel32Value()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp1092 assert(MAI->getGPRel32Directive() != nullptr); in EmitGPRel32Value()
1093 OS << MAI->getGPRel32Directive(); in EmitGPRel32Value()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1239 assert(MAI->getGPRel32Directive() != nullptr); in emitGPRel32Value()
1240 OS << MAI->getGPRel32Directive(); in emitGPRel32Value()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp287 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr) in getJumpTableEncoding()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp433 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr) in getJumpTableEncoding()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp441 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr) in getJumpTableEncoding()