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/
CodeGenModule.h 856 LangAS GetGlobalVarAddressSpace(const VarDecl *D);
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();
CGDecl.cpp 254 LangAS AS = GetGlobalVarAddressSpace(&D);
2641 clang::LangAS GVAS = GetGlobalVarAddressSpace(VD);

Completed in 39 milliseconds