Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDUse.cpp56 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags()
86 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerTracePC.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
HDFuzzerTracePC.cpp38 void TracePC::HandleInline8bitCountersInit(uint8_t *Start, uint8_t *Stop) { in HandleInline8bitCountersInit()
70 void TracePC::HandlePCsInit(const uintptr_t *Start, const uintptr_t *Stop) { in HandlePCsInit()
423 void __sanitizer_cov_trace_pc_guard_init(uint32_t *Start, uint32_t *Stop) { in __sanitizer_cov_trace_pc_guard_init()
429 void __sanitizer_cov_8bit_counters_init(uint8_t *Start, uint8_t *Stop) { in __sanitizer_cov_8bit_counters_init()
HDFuzzerLoop.cpp58 bool Stop() { in Stop() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDFormatStringParsing.h75 bool Stop; variable
/freebsd-11-stable/cddl/usr.sbin/zfsd/
HDcallout.cc73 Callout::Stop() in Stop() function in Callout
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDHost.h40 Stop, // The status represents the signal number that caused the enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDInfoStream.cpp55 bool Stop = false; in reload() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDParallel.cpp106 std::atomic<bool> Stop{false}; member in llvm::parallel::detail::__anon6b1407400111::ThreadPoolExecutor
HDStringRef.cpp151 const char *Stop = Start + (Size - N + 1); in find() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSplitKit.cpp230 SlotIndex Start, Stop; in calcLiveBlockInfo() local
327 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks() local
1603 SlotIndex Start, Stop; in splitLiveThroughBlock() local
1705 SlotIndex Start, Stop; in splitRegInBlock() local
1798 SlotIndex Start, Stop; in splitRegOutBlock() local
HDInterferenceCache.cpp136 SlotIndex Start, Stop; in update() local
HDLiveIntervals.cpp409 SlotIndex Stop = Indexes->getMBBEndIdx(Pred); in extendSegmentsToUses() local
425 SlotIndex Stop = Indexes->getMBBEndIdx(Pred); in extendSegmentsToUses() local
837 SlotIndex Stop = LI.endIndex(); in intervalIsInOneMBB() local
HDLiveDebugVariables.cpp738 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef() local
1372 SlotIndex Stop = I.stop(); in emitDebugValues() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalMap.h749 void insert(unsigned i, unsigned Size, NodeRef Node, KeyT Stop) { in insert()
1641 iterator::canCoalesceRight(KeyT Stop, ValT Value) { in canCoalesceRight()
1665 iterator::setNodeStop(unsigned Level, KeyT Stop) { in setNodeStop()
1736 iterator::insertNode(unsigned Level, IntervalMapImpl::NodeRef Node, KeyT Stop) { in insertNode()
2018 KeyT Stop = Node[Pos]->stop(NewSize[Pos]-1); in overflow() local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDReproducer.h165 void Stop() { in Stop() function
/freebsd-11-stable/stand/efi/include/
HDefinet.h332 EFI_SIMPLE_NETWORK_STOP Stop; member
HDefiprot.h597 EFI_DRIVER_BINDING_STOP Stop; member
HDefipxebc.h409 EFI_PXE_BASE_CODE_STOP Stop; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDWinException.cpp598 MachineFunction::const_iterator Stop = std::next(MF->begin()); in emitCSpecificHandlerTable() local
HDDwarfUnit.cpp523 int Stop = (LittleEndian ? NumBytes : -1); in addConstantFPValue() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBProcess.cpp638 SBError SBProcess::Stop() { in Stop() function in SBProcess
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDHWAddressSanitizer.cpp1337 auto Stop = in instrumentGlobals() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp2123 uint64_t Start, uint64_t Stop) { in checkForInvalidStartStopAddress()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.cpp259 void erase(iterator Start, iterator Stop) { Slices.erase(Start, Stop); } in erase()

12