Home
last modified time | relevance | path

Searched defs:Stop (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp121 SBError SBTrace::Stop() { in Stop() function in SBTrace
131 SBError SBTrace::Stop(const SBThread &thread) { in Stop() function in SBTrace
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUse.cpp35 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h142 uint8_t *Start, *Stop; member
149 uint8_t *Stop() { return Regions[NumRegions - 1].Stop; } in Stop() function
168 struct { const PCTableEntry *Start, *Stop; } ModulePCTable[4096]; member
H A DFuzzerTracePC.cpp39 void TracePC::HandleInline8bitCountersInit(uint8_t *Start, uint8_t *Stop) { in HandleInline8bitCountersInit()
71 void TracePC::HandlePCsInit(const uintptr_t *Start, const uintptr_t *Stop) { in HandlePCsInit()
458 void __sanitizer_cov_trace_pc_guard_init(uint32_t *Start, uint32_t *Stop) { in __sanitizer_cov_trace_pc_guard_init()
464 void __sanitizer_cov_8bit_counters_init(uint8_t *Start, uint8_t *Stop) { in __sanitizer_cov_8bit_counters_init()
H A DFuzzerLoop.cpp59 bool Stop() { in Stop() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h75 bool Stop; variable
/freebsd/cddl/usr.sbin/zfsd/
H A Dcallout.cc72 Callout::Stop() in Stop() function in Callout
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h41 Stop, // The status represents the signal number that caused the enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp53 bool Stop = false; in reload() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h148 IndexT Stop = It.stop(); in reset() local
419 void getNonOverlappingParts(IndexT Start, IndexT Stop, in getNonOverlappingParts()
H A DIntervalMap.h752 void insert(unsigned i, unsigned Size, NodeRef Node, KeyT Stop) { in insert() argument
1693 iterator::canCoalesceRight(KeyT Stop, ValT Value) { in canCoalesceRight() argument
1717 setNodeStop(unsigned Level,KeyT Stop) setNodeStop() argument
1788 insertNode(unsigned Level,IntervalMapImpl::NodeRef Node,KeyT Stop) insertNode() argument
2070 KeyT Stop = Node[Pos]->stop(NewSize[Pos]-1); overflow() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp133 SlotIndex Start, Stop; in update() local
H A DSplitKit.cpp219 SlotIndex Start, Stop; in calcLiveBlockInfo() local
321 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks() local
1637 SlotIndex Start, Stop; in splitLiveThroughBlock() local
1739 SlotIndex Start, Stop; in splitRegInBlock() local
1832 SlotIndex Start, Stop; in splitRegOutBlock() local
H A DLiveIntervals.cpp432 SlotIndex Stop = Indexes->getMBBEndIdx(Pred); in extendSegmentsToUses() local
448 SlotIndex Stop = Indexes->getMBBEndIdx(Pred); in extendSegmentsToUses() local
849 SlotIndex Stop = LI.endIndex(); in intervalIsInOneMBB() local
H A DLiveDebugVariables.cpp968 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef() local
1752 SlotIndex Stop = I.stop(); in emitDebugValues() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp381 bool SIOptimizeExecMasking::isRegisterInUseBetween(MachineInstr &Stop, in isRegisterInUseBetween()
404 bool SIOptimizeExecMasking::isRegisterInUseAfter(MachineInstr &Stop, in isRegisterInUseAfter()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp126 std::atomic<bool> Stop{false}; member in llvm::parallel::detail::__anoncc39f2690111::ThreadPoolExecutor
H A DStringRef.cpp148 const char *Stop = Start + (Size - N + 1); in find() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp163 Error Trace::Stop() { in Stop() function in Trace
171 Error Trace::Stop(llvm::ArrayRef<lldb::tid_t> tids) { in Stop() function in Trace
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp157 void CompressThread::Stop() { in Stop() function in __sanitizer::__anon95470afd0111::CompressThread
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp47 int Stop; member in __anon143e10ef0111::MOVEMState
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h249 Stop, enumerator
/freebsd/stand/efi/include/
H A Definet.h331 EFI_SIMPLE_NETWORK_STOP Stop; member
H A Defiprot.h596 EFI_DRIVER_BINDING_STOP Stop; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp608 MachineFunction::const_iterator Stop = std::next(MF->begin()); in emitCSpecificHandlerTable() local

12