Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
HDSymbolFileCTF.h260 static constexpr uint16_t g_ctf_field_threshold = 0x2000; variable
HDSymbolFileCTF.cpp680 if (size < g_ctf_field_threshold) { in ParseType()