Searched refs:reset (Results 501 - 525 of 1041) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp53 Wrapper.reset(libraryWrapper);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp141 T.reset(newPassTimer(PassArgument.empty() ? PassName : PassArgument, PassName));
157 /// If timing is enabled, report the times collected up to now and then reset
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp52 ErrorTrap.reset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h76 void reset() { function in class:llvm::VLIWResourceModel
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h33 void reset(SymbolizedStack *S) { function in class:__ubsan::SymbolizedStackHolder
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h150 void reset();
H A DStackMaps.h232 void reset() { function in class:llvm::StackMaps
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp82 HostTarget.reset(AllocateTarget(llvm::Triple(Opts.HostTriple), Opts));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.cpp157 data_sp.reset(new DataBufferHeap(REG_CONTEXT_SIZE, 0));
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp166 data_sp.reset(new lldb_private::DataBufferHeap(REG_CONTEXT_SIZE, 0));
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp162 data_sp.reset(new DataBufferHeap(REG_CONTEXT_SIZE, 0));
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp172 data_sp.reset(new DataBufferHeap(REG_CONTEXT_SIZE, 0));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.cpp89 m_register_info_up.reset(register_info);
H A DRegisterContextPOSIX_ppc64le.cpp118 m_register_info_up.reset(register_info);
H A DRegisterContextPOSIX_arm64.cpp108 m_register_info_up.reset(register_info);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h36 // Ptr2.reset();
174 void reset() { function in class:llvm::IntrusiveRefCntPtr
H A DBitVector.h396 // Set, reset, flip
438 BitVector &reset() { function in class:llvm::BitVector
443 BitVector &reset(unsigned Idx) { function in class:llvm::BitVector
448 /// reset - Efficiently reset a range of bits in [I, E)
449 BitVector &reset(unsigned I, unsigned E) { function in class:llvm::BitVector
450 assert(I <= E && "Attempted to reset backwards range!");
451 assert(E <= size() && "Attempted to reset out-of-bounds range!");
575 /// reset - Reset bits that are set in RHS. Same as *this &= ~RHS.
576 BitVector &reset(cons
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DBlockVerifier.cpp201 void BlockVerifier::reset() { CurrentRecord = State::Unknown; } function in class:llvm::xray::BlockVerifier
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h120 File.reset(); // rely on destructor to close File
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp756 m_vtables_up.reset(new AppleObjCVTables(process_sp, m_objc_module_sp));
781 m_impl_code.reset(exe_ctx.GetTargetRef().GetUtilityFunctionForLanguage(
789 m_impl_code.reset();
798 m_impl_code.reset();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h130 MangledSymbols.reset();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h340 void reset(const Instruction *I);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h80 Mapping.reset();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp73 best_symfile_up.reset(curr_symfile_up.release());
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp344 acceptor_up.reset();

Completed in 410 milliseconds

<<21222324252627282930>>