Searched refs:getASTAllocaAddressSpace (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h115 LangAS getASTAllocaAddressSpace() const { return ASTAllocaAddressSpace; } function in struct:clang::CodeGen::CodeGenTypeCache
H A DTargetInfo.h254 virtual LangAS getASTAllocaAddressSpace() const { return LangAS::Default; } function in class:clang::CodeGen::TargetCodeGenInfo
H A DCGDecl.cpp2399 auto AllocaAS = CGM.getASTAllocaAddressSpace();
H A DCGCall.cpp4463 AS != CGM.getASTAllocaAddressSpace()))) {
4499 *this, V, LangAS::Default, CGM.getASTAllocaAddressSpace(), T,
H A DCGExpr.cpp88 if (getASTAllocaAddressSpace() != LangAS::Default) {
97 *this, V, getASTAllocaAddressSpace(), LangAS::Default,
H A DCodeGenModule.cpp132 ASTAllocaAddressSpace = getTargetCodeGenInfo().getASTAllocaAddressSpace();
H A DTargetInfo.cpp8893 LangAS getASTAllocaAddressSpace() const override {

Completed in 1105 milliseconds