Home
last modified time | relevance | path

Searched refs:clang_uint8_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp52 CompilerType clang_uint8_type = in Watchpoint() local
54 m_type = clang_uint8_type.GetArrayType(size); in Watchpoint()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp1090 CompilerType clang_uint8_type = in DoExecute() local
1092 compiler_type = clang_uint8_type.GetArrayType(size); in DoExecute()