Searched defs:Start (Results 101 - 125 of 226) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h103 Location Start, End; member in class:__ubsan::Range
108 Range(MemoryLocation Start, MemoryLocation End, const char *Text) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h89 void visit(Iterator Start, Iterator End) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h56 MCSymbol *Start; member in struct:llvm::DataRegionData
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h100 const uint8_t *Start; member in struct:llvm::object::ExportEntry::NodeState
H A DWasm.h208 const uint8_t *Start; member in struct:llvm::object::WasmObjectFile::ReadContext
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h213 SMLoc Start = SMLoc::getFromPointer(Val.begin()); local
256 SMLoc Start = SMLoc::getFromPointer(RawVal.begin()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp229 Instruction *Start = Phi; local
798 InductionDescriptor::InductionDescriptor(Value *Start, InductionKind K, argument
[all...]
H A DStratifiedSets.h417 auto *Start = &Links[Index]; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp96 SMLoc Start = Lex.getLoc(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp81 uint64_t Start, End; member in struct:__anon4929::InitializerBuilder::Range
96 bool addRange(uint64_t Start, uint64_t End, Instruction *Inst) { argument
127 void applyMemSet(IRBuilder<> &IRB, int64_t Start, int64_t End, argument
169 applyStore(IRBuilder< &IRB, int64_t Start, int64_t End, Value *StoredValue) argument
634 IntrinsicInst *Start = Info.LifetimeStart[0]; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h173 static bool isPairOfFileLocations(SourceLocation Start, SourceLocation End) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp127 MachineInstr *Start = nullptr; member in struct:__anon5069::LowOverheadLoop
764 MachineInstr *Start = LoLoop.Start; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp112 SMLoc Start, End; member in class:__anon5218::MSP430Operand
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp421 ReduceEntryVector::const_iterator Start = std::begin(ReduceTable); local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp593 const char *Start = BufferStart; local
696 size_t Start = OS.tell(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h191 uint8_t Start = ((Opcode1 & 0xf0) >> 4); local
213 uint8_t Start = ((Opcode1 & 0xf0) >> 4); local
234 uint8_t Start = 16 + ((Opcode1 & 0xf0) >> 4); local
244 uint8_t Start = ((Opcode1 & 0xf0) >> 4); local
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c753 DSTcorrect(time_t Start, time_t Future) argument
797 RelativeDate(time_t Start, time_t zone, int dstmode, argument
833 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) argument
993 time_t Start; local
[all...]
/freebsd-12-stable/contrib/amd/include/
H A Dam_utils.h207 Start, enumerator in enum:__anon96
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c628 char *Start; local
/freebsd-12-stable/stand/efi/include/
H A Definet.h331 EFI_SIMPLE_NETWORK_START Start; member in struct:_EFI_SIMPLE_NETWORK
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp736 SlotIndex Start = Idx; local
1260 SlotIndex Start = LIS.getMBBStartIdx(MBB); local
1371 SlotIndex Start = I.start(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp510 uint64_t Start = OS.tell(); local
714 uint64_t Start = OS.tell(); local
H A DMachObjectWriter.cpp145 uint64_t Start = W.OS.tell(); local
181 uint64_t Start = W.OS.tell(); local
231 uint64_t Start = W.OS.tell(); local
265 uint64_t Start local
288 uint64_t Start = W.OS.tell(); local
410 uint64_t Start = W.OS.tell(); local
434 uint64_t Start = W.OS.tell(); local
979 uint64_t Start = getSymbolAddress(*Data->Start, Layout); local
999 unsigned Start = W.OS.tell(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp961 auto *Start = reinterpret_cast<UTF16 *>(BufferStart + CurrentOffset); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1060 inline void presortShuffle(IteratorTy Start, IteratorTy End) { argument
1083 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { argument
1095 array_pod_sort( IteratorTy Start, IteratorTy End, int (*Compare)( const typename std::iterator_traits<IteratorTy>::value_type *, const typename std::iterator_traits<IteratorTy>::value_type *)) argument
1114 sort(IteratorTy Start, IteratorTy End) argument
1126 sort(IteratorTy Start, IteratorTy End, Compare Comp) argument
[all...]

Completed in 333 milliseconds

12345678910