Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h791 virtual uint32_t GetDefaultMemoryCacheLineSize() { return 0; } in GetDefaultMemoryCacheLineSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp794 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process()