Home
last modified time | relevance | path

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

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