Home
last modified time | relevance | path

Searched refs:getGlobalVarAddressSpace (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.h265 virtual LangAS getGlobalVarAddressSpace(CodeGenModule &CGM,
H A DTargetInfo.cpp501 LangAS TargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace() function in TargetCodeGenInfo
8419 LangAS getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace() function in __anon8ad051811011::AVRTargetCodeGenInfo
8432 return TargetCodeGenInfo::getGlobalVarAddressSpace(CGM, D); in getGlobalVarAddressSpace()
9325 LangAS getGlobalVarAddressSpace(CodeGenModule &CGM,
9483 AMDGPUTargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace() function in AMDGPUTargetCodeGenInfo
H A DCodeGenModule.cpp4551 return getTargetCodeGenInfo().getGlobalVarAddressSpace(*this, D); in GetGlobalVarAddressSpace()