Home
last modified time | relevance | path

Searched refs:ASMM_On (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h141 enum AddrSpaceMapMangling { ASMM_Target, ASMM_On, ASMM_Off }; enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp861 case LangOptions::ASMM_On: in isAddrSpaceMapManglingEnabled()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7624 NormalizedValues<["ASMM_Target", "ASMM_Off", "ASMM_On"]>,