Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAMDGPU.h354 llvm::Optional<LangAS> getConstantAddressSpace() const override { in getConstantAddressSpace() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1397 virtual llvm::Optional<LangAS> getConstantAddressSpace() const { in getConstantAddressSpace() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp4169 if (auto AS = getTarget().getConstantAddressSpace()) in GetGlobalConstantAddressSpace()
H A DTargetInfo.cpp9234 if (auto ConstAS = CGM.getTarget().getConstantAddressSpace()) in getGlobalVarAddressSpace()