Home
last modified time | relevance | path

Searched refs:getConstantAddressSpace (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DAMDGPU.h311 llvm::Optional<LangAS> getConstantAddressSpace() const override { in getConstantAddressSpace() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h1207 virtual llvm::Optional<LangAS> getConstantAddressSpace() const { in getConstantAddressSpace() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp3369 if (auto AS = getTarget().getConstantAddressSpace()) in getStringLiteralAddressSpace()
3387 if (auto AS = CGM.getTarget().getConstantAddressSpace()) { in castStringLiteralToDefaultAddressSpace()
H A DCGExpr.cpp387 if (auto AddrSpace = CGF.getTarget().getConstantAddressSpace()) { in createReferenceTemporary()
H A DTargetInfo.cpp7894 if (auto ConstAS = CGM.getTarget().getConstantAddressSpace()) in getGlobalVarAddressSpace()