Home
last modified time | relevance | path

Searched refs:signature_mismatch (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDManualDWARFIndex.cpp666 bool &signature_mismatch) { in Decode() argument
667 signature_mismatch = false; in Decode()
672 signature_mismatch = true; in Decode()
718 bool signature_mismatch = false; in LoadFromCache() local
720 const bool result = Decode(data, &offset, signature_mismatch); in LoadFromCache()
721 if (signature_mismatch) in LoadFromCache()
HDManualDWARFIndex.h101 bool &signature_mismatch);
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDSymtab.cpp1304 bool &signature_mismatch) { in Decode() argument
1305 signature_mismatch = false; in Decode()
1313 signature_mismatch = true; in Decode()
1366 bool signature_mismatch = false; in LoadFromCache() local
1368 const bool result = Decode(data, &offset, signature_mismatch); in LoadFromCache()
1369 if (signature_mismatch) in LoadFromCache()