Home
last modified time | relevance | path

Searched refs:IsRestrict (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h32 IsRestrict, enumerator
81 KIND(LVTypeKind, IsRestrict);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h191 constexpr char IsRestrict[] = "IsRestrict"; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp97 {LVTypeKind::IsRestrict, &LVType::getIsRestrict},
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp128 YIO.mapOptional(Kernel::Arg::Key::IsRestrict, MD.mIsRestrict, false); in mapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp403 clEnumValN(LVTypeKind::IsRestrict, "Restrict", "Restrict specifier."),