Searched refs:getDeviceSideName (Results 1 – 4 of 4) sorted by relevance
96 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
128 std::string getDeviceSideName(const NamedDecl *ND) override;256 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime522 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()579 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
1357 getCUDARuntime().getDeviceSideName(ND) == in getMangledName()
5064 auto Name = CGM.getCUDARuntime().getDeviceSideName( in EmitBuiltinExpr()