Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDManualDWARFIndex.cpp546 constexpr uint32_t CURRENT_CACHE_VERSION = 2; variable
559 if (version != CURRENT_CACHE_VERSION) in Decode()
622 index_encoder.AppendU32(CURRENT_CACHE_VERSION); in Encode()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymtab.cpp1244 constexpr uint32_t CURRENT_CACHE_VERSION = 1; variable
1273 symtab_encoder.AppendU32(CURRENT_CACHE_VERSION); in Encode()
1325 if (version != CURRENT_CACHE_VERSION) in Decode()