Home
last modified time | relevance | path

Searched refs:CURRENT_CACHE_VERSION (Results 1 – 2 of 2) sorted by last modified time

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp1232 constexpr uint32_t CURRENT_CACHE_VERSION = 1; variable
1261 symtab_encoder.AppendU32(CURRENT_CACHE_VERSION); in Encode()
1313 if (version != CURRENT_CACHE_VERSION) in Decode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp543 constexpr uint32_t CURRENT_CACHE_VERSION = 2; variable
556 if (version != CURRENT_CACHE_VERSION) in Decode()
619 index_encoder.AppendU32(CURRENT_CACHE_VERSION); in Encode()