Home
last modified time | relevance | path

Searched defs:getASTAllocaAddressSpace (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h124 LangAS getASTAllocaAddressSpace() const { return ASTAllocaAddressSpace; } in getASTAllocaAddressSpace() function
H A DTargetInfo.h298 virtual LangAS getASTAllocaAddressSpace() const { return LangAS::Default; } in getASTAllocaAddressSpace() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp304 LangAS getASTAllocaAddressSpace() const override { in getASTAllocaAddressSpace() function in __anon27cf4dc50111::AMDGPUTargetCodeGenInfo