Home
last modified time | relevance | path

Searched defs:Reset (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h34 void Reset() { m_hit_count = 0; } in Reset() function
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DGDBRemoteSignals.cpp18 void GDBRemoteSignals::Reset() { in Reset() function in GDBRemoteSignals
H A DNetBSDSignals.cpp29 void NetBSDSignals::Reset() { in Reset() function in NetBSDSignals
H A DFreeBSDSignals.cpp33 void FreeBSDSignals::Reset() { in Reset() function in FreeBSDSignals
H A DLinuxSignals.cpp39 void LinuxSignals::Reset() { Reset() function in LinuxSignals
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.h24 void Reset() { size_ = 0; } in Reset() function
H A Dtsan_mutexset.cpp22 void MutexSet::Reset() { internal_memset(this, 0, sizeof(*this)); } in Reset() function in __tsan::MutexSet
/llvm-project/lldb/source/Host/common/
H A DHostThread.cpp26 void HostThread::Reset() { return m_native_thread->Reset(); } in Reset() function in HostThread
H A DHostNativeThreadBase.cpp36 void HostNativeThreadBase::Reset() { in Reset() function in HostNativeThreadBase
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_fuchsia.cpp27 void MemoryMappingLayout::Reset() { in Reset() function in __sanitizer::MemoryMappingLayout
H A Dsanitizer_vector.h33 void Reset() { in Reset() function
H A Dsanitizer_procmaps.h74 virtual void Reset() { UNIMPLEMENTED(); } in Reset() function
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h37 void Reset() { in Reset() function
/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h28 void Reset(llvm::StringRef str) { in Reset() function
H A DFlags.h52 void Reset(ValueType flags) { m_flags = flags; } in Reset() function
H A DVMRange.h43 void Reset(lldb::addr_t start_addr, lldb::addr_t end_addr) { in Reset() function
/llvm-project/lldb/source/Host/windows/
H A DHostThreadWindows.cpp63 void HostThreadWindows::Reset() { in Reset() function in HostThreadWindows
/llvm-project/lldb/source/Core/
H A DFileLineResolver.cpp83 void FileLineResolver::Reset(const FileSpec &file_spec, uint32_t line, in Reset() function in FileLineResolver
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp27 void HexagonHazardRecognizer::Reset() { in Reset() function in HexagonHazardRecognizer
/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp84 void ARMHazardRecognizerFPMLx::Reset() { Reset() function in ARMHazardRecognizerFPMLx
254 void ARMBankConflictHazardRecognizer::Reset() { Accesses.clear(); } Reset() function in ARMBankConflictHazardRecognizer
/llvm-project/lldb/tools/debugserver/source/
H A DDNBTimer.h52 void Reset() { in Reset() function
/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h70 void Reset() { in Reset() function
H A DAllocatorBase.h89 void Reset() {} in Reset() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h67 virtual void Reset() {} in Reset() function
/llvm-project/flang/runtime/
H A Dbuffer.h169 RT_API_ATTRS void Reset(FileOffset at) { in Reset() function

123