HomeSort by: relevance | last modified time | path
    Searched refs:getGlobalVarAddressSpace (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.h 259 virtual LangAS getGlobalVarAddressSpace(CodeGenModule &CGM,
TargetInfo.cpp 459 LangAS TargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM,
8166 LangAS getGlobalVarAddressSpace(CodeGenModule &CGM,
8176 return TargetCodeGenInfo::getGlobalVarAddressSpace(CGM, D);
9062 LangAS getGlobalVarAddressSpace(CodeGenModule &CGM,
9218 AMDGPUTargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM,
CodeGenModule.cpp 3852 auto DAddrSpace = GetGlobalVarAddressSpace(D);
4125 LangAS CodeGenModule::GetGlobalVarAddressSpace(const VarDecl *D) {
4160 return getTargetCodeGenInfo().getGlobalVarAddressSpace(*this, D);
4372 getContext().getTargetAddressSpace(GetGlobalVarAddressSpace(D))) {
5471 VD ? GetGlobalVarAddressSpace(VD) : MaterializedType.getAddressSpace();

Completed in 29 milliseconds