Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAVR.cpp117 LangAS getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace() function in __anone82284d00111::AVRTargetCodeGenInfo
130 return TargetCodeGenInfo::getGlobalVarAddressSpace(CGM, D); in getGlobalVarAddressSpace()
H A DSPIR.cpp70 LangAS getGlobalVarAddressSpace(CodeGenModule &CGM,
247 SPIRVTargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace() function in SPIRVTargetCodeGenInfo
H A DAMDGPU.cpp316 LangAS getGlobalVarAddressSpace(CodeGenModule &CGM,
457 AMDGPUTargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace() function in AMDGPUTargetCodeGenInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp136 LangAS TargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace() function in TargetCodeGenInfo
H A DTargetInfo.h316 virtual LangAS getGlobalVarAddressSpace(CodeGenModule &CGM,
H A DCodeGenModule.cpp5570 return getTargetCodeGenInfo().getGlobalVarAddressSpace(*this, D); in GetGlobalVarAddressSpace()