Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp793 uint32_t platform_cache_line_size = in Process() local
795 if (!value_sp->OptionWasSet() && platform_cache_line_size != 0) in Process()
796 value_sp->SetUInt64Value(platform_cache_line_size); in Process()