Home
last modified time | relevance | path

Searched defs:MaxSize (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp71 size_t MaxSize) { in Mutate_Custom()
81 size_t MaxSize) { in Mutate_CustomCrossOver()
110 size_t MaxSize) { in Mutate_ShuffleBytes()
121 size_t MaxSize) { in Mutate_EraseBytes()
133 size_t MaxSize) { in Mutate_InsertByte()
144 size_t MaxSize) { in Mutate_InsertRepeatedBytes()
162 size_t MaxSize) { in Mutate_ChangeByte()
170 size_t MaxSize) { in Mutate_ChangeBit()
179 size_t MaxSize) { in Mutate_AddWordFromManualDictionary()
184 size_t MaxSize, in ApplyDictionaryEntry()
[all …]
H A DFuzzerIO.cpp41 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector()
102 size_t MaxSize, bool ExitOnError, in ReadDirToVectorOfUnits()
H A DFuzzerLoop.cpp415 void Fuzzer::RereadOutputCorpus(size_t MaxSize) { in RereadOutputCorpus() argument
793 size_t MaxSize = 0; in ReadAndExecuteSeedCorpora() local
936 LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h101 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
125 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
139 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
156 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
171 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
183 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
196 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallVector.cpp62 static void report_size_overflow(size_t MinSize, size_t MaxSize) { in report_size_overflow() argument
77 static void report_at_maximum_capacity(size_t MaxSize) { in report_at_maximum_capacity() argument
91 constexpr size_t MaxSize = std::numeric_limits<Size_T>::max(); in getNewCapacity() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp22 unsigned DocNum, uint64_t MaxSize) { in convertYAML() argument
H A DELFEmitter.cpp49 const uint64_t MaxSize; member in __anone951591a0111::ContiguousBlobAccumulator
2040 yaml::ErrorHandler EH, uint64_t MaxSize) { in writeELF()
2108 uint64_t MaxSize) { in yaml2elf()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp148 unsigned MaxSize = 0; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h100 int MaxSize = 100; member
/freebsd/lib/libefivar/
H A Duefi-dputil.c145 IN UINTN MaxSize in IsDevicePathValid()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp64 void IRMutator::mutateModule(Module &M, int Seed, size_t MaxSize) { in mutateModule()
157 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
685 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h73 static const uptr MaxSize = (1UL << Config::MaxSizeLog) + Config::SizeDelta; variable
190 static const uptr MaxSize = Config::Classes[LargestClassId - 1]; variable
H A Dreport.cpp108 reportAllocationSizeTooBig(uptr UserSize,uptr TotalSize,uptr MaxSize) reportAllocationSizeTooBig() argument
H A Dquarantine.h253 atomic_uptr MaxSize = {}; variable
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp162 unsigned MaxSize = 0; in apply() local
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp246 auto MaxSize = profilingFlags()->global_allocator_max; in serialize() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp102 unsigned MaxSize) { in addMachineReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp307 unsigned MaxSize) { in selectStores()
H A DHexagonGenInsert.cpp383 const unsigned MaxSize; member in __anon7f002ed80311::OrderedRegisterList
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp128 std::optional<unsigned> MaxSize; member in __anon5d856e630111::SchedGroup
230 SchedGroup(SchedGroupMask SGMask, std::optional<unsigned> MaxSize, in SchedGroup()
236 SchedGroup(SchedGroupMask SGMask, std::optional<unsigned> MaxSize, int SyncID, in SchedGroup()
H A DAMDGPUSubtarget.cpp520 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp312 unsigned MaxSize = MemTy.getSizeInBytes() * 8; in assignValueToAddress() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp808 static bool isObjectSizeLessThanOrEq(Value *V, uint64_t MaxSize, in isObjectSizeLessThanOrEq()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp405 APInt MaxSize = Arg->getValue().zext(IntTyBits); in getAllocSize() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp195 #define MaxSize \ macro

12