Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp46 LangAS getASTAllocaAddressSpace() const override { in getASTAllocaAddressSpace() function in __anon0b4f5cb70211::CommonSPIRTargetCodeGenInfo
H A DAMDGPU.cpp287 LangAS getASTAllocaAddressSpace() const override { getASTAllocaAddressSpace() function in __anond889cf570111::AMDGPUTargetCodeGenInfo
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h124 LangAS getASTAllocaAddressSpace() const { return ASTAllocaAddressSpace; } in getASTAllocaAddressSpace() function
H A DTargetInfo.h291 virtual LangAS getASTAllocaAddressSpace() const { return LangAS::Default; } getASTAllocaAddressSpace() function