Searched defs:getASTAllocaAddressSpace (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/Targets/ | ||
H A D | SPIR.cpp | 46 LangAS getASTAllocaAddressSpace() const override { getASTAllocaAddressSpace() function in __anon52a4bdb80211::CommonSPIRTargetCodeGenInfo |
H A D | AMDGPU.cpp | 304 LangAS getASTAllocaAddressSpace() const override { getASTAllocaAddressSpace() function in __anon4abb74980111::AMDGPUTargetCodeGenInfo |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenTypeCache.h | 124 LangAS getASTAllocaAddressSpace() const { return ASTAllocaAddressSpace; } in getASTAllocaAddressSpace() function |
H A D | TargetInfo.h | 297 virtual LangAS getASTAllocaAddressSpace() const { return LangAS::Default; } getASTAllocaAddressSpace() function |