Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h765 virtual uint32_t GetDefaultMemoryCacheLineSize() { return 0; } in GetDefaultMemoryCacheLineSize() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp495 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process()