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;263 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime530 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()587 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
1387 getCUDARuntime().getDeviceSideName(ND) == in getMangledName()
5145 auto Name = CGM.getCUDARuntime().getDeviceSideName( in EmitBuiltinExpr()