Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h32 ~Dematerializer() { Wipe(); } in ~Dematerializer()
37 void Wipe();
128 virtual void Wipe(IRMemoryMap &map, lldb::addr_t process_address) = 0;
/src/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp407 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe() function in EntityPersistentVariable
745 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe() function in EntityVariableBase
1166 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe() function in EntityResultVariable
1304 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe() function in EntitySymbol
1478 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe() function in EntityRegister
1498 dematerializer_sp->Wipe(); in ~Materializer()
1585 Wipe(); in Dematerialize()
1588 void Materializer::Dematerializer::Wipe() { in Wipe() function in Materializer::Dematerializer
1593 entity_up->Wipe(*m_map, m_process_address); in Wipe()
/src/contrib/unbound/doc/
H A DChangelog4349 - Wipe TLS session key data from memory on exit.