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()
121 size_t MaxSize) { in Mutate_EraseBytes()
133 size_t MaxSize) { in Mutate_InsertByte()
162 size_t MaxSize) { in Mutate_ChangeByte()
170 size_t MaxSize) { in Mutate_ChangeBit()
261 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromTORC()
299 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromPersistentAutoDictionary()
357 size_t MaxSize) { in Mutate_CopyPart()
536 size_t MaxSize) { in DefaultMutate()
542 size_t MaxSize, in MutateImpl()
[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()
793 size_t MaxSize = 0; in ReadAndExecuteSeedCorpora() local
936 LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()
/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()
77 static void report_at_maximum_capacity(size_t MaxSize) { in report_at_maximum_capacity()
91 constexpr size_t MaxSize = std::numeric_limits<Size_T>::max(); in getNewCapacity() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp22 unsigned DocNum, uint64_t MaxSize) { in convertYAML()
H A DELFEmitter.cpp49 const uint64_t MaxSize; member in __anon39115ae20111::ContiguousBlobAccumulator
1972 yaml::ErrorHandler EH, uint64_t MaxSize) { in writeELF()
2040 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/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.cpp91 uptr MaxSize) { in reportAllocationSizeTooBig()
H A Dquarantine.h253 atomic_uptr MaxSize = {}; variable
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp63 void IRMutator::mutateModule(Module &M, int Seed, size_t MaxSize) { in mutateModule()
156 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
684 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule()
/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.cpp249 auto MaxSize = profilingFlags()->global_allocator_max; in serialize() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp101 unsigned MaxSize) { in addMachineReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp128 std::optional<unsigned> MaxSize; member in __anon4a889f2b0111::SchedGroup
235 SchedGroup(SchedGroupMask SGMask, std::optional<unsigned> MaxSize, in SchedGroup()
241 SchedGroup(SchedGroupMask SGMask, std::optional<unsigned> MaxSize, int SyncID, in SchedGroup()
H A DAMDGPUSubtarget.cpp501 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata() local
/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 __anon0be30aa00311::OrderedRegisterList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp809 static bool isObjectSizeLessThanOrEq(Value *V, uint64_t MaxSize, in isObjectSizeLessThanOrEq()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp306 unsigned MaxSize = MemTy.getSizeInBytes() * 8; in assignValueToAddress() local
/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