Home
last modified time | relevance | path

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

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