Home
last modified time | relevance | path

Searched refs:GetGlobalConstantAddressSpace (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h893 LangAS GetGlobalConstantAddressSpace() const;
H A DCodeGenModule.cpp4554 LangAS CodeGenModule::GetGlobalConstantAddressSpace() const { in GetGlobalConstantAddressSpace() function in CodeGenModule
4586 auto AS = CGM.GetGlobalConstantAddressSpace(); in castStringLiteralToDefaultAddressSpace()
5718 CGM.GetGlobalConstantAddressSpace()); in GenerateStringLiteral()
H A DCGDecl.cpp1142 getContext().getTargetAddressSpace(GetGlobalConstantAddressSpace()); in createUnnamedGlobalFrom()
H A DCGExpr.cpp405 auto AS = CGF.CGM.GetGlobalConstantAddressSpace(); in createReferenceTemporary()