Home
last modified time | relevance | path

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

12

/freebsd-src/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()
793 size_t MaxSize = 0; in ReadAndExecuteSeedCorpora() local
936 LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()
/freebsd-src/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-src/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-src/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 __anon4bfa4e2c0111::ContiguousBlobAccumulator
2040 yaml::ErrorHandler EH, uint64_t MaxSize) { in yaml2elf() argument
1972 writeELF(raw_ostream & OS,ELFYAML::Object & Doc,yaml::ErrorHandler EH,uint64_t MaxSize) writeELF() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp148 unsigned MaxSize = 0; in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h100 int MaxSize = 100; member
/freebsd-src/lib/libefivar/
H A Duefi-dputil.c145 IN UINTN MaxSize in IsDevicePathValid()
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp63 mutateModule(Module & M,int Seed,size_t MaxSize) mutateModule() argument
156 getWeight(size_t CurrentSize,size_t MaxSize,uint64_t CurrentWeight) getWeight() argument
684 writeModule(const Module & M,uint8_t * Dest,size_t MaxSize) writeModule() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp162 unsigned MaxSize = 0; in apply() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp249 auto MaxSize = profilingFlags()->global_allocator_max; serialize() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp101 addMachineReg(const TargetRegisterInfo & TRI,llvm::Register MachineReg,unsigned MaxSize) addMachineReg() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp128 std::optional<unsigned> MaxSize; member in __anond089bb350111::SchedGroup
235 SchedGroup(SchedGroupMask SGMask,std::optional<unsigned> MaxSize,ScheduleDAGInstrs * DAG,const SIInstrInfo * TII) SchedGroup() argument
241 SchedGroup(SchedGroupMask SGMask,std::optional<unsigned> MaxSize,int SyncID,ScheduleDAGInstrs * DAG,const SIInstrInfo * TII) SchedGroup() argument
[all...]
H A DAMDGPUSubtarget.cpp501 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; makeLIDRangeMetadata() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp307 unsigned MaxSize) { in selectStores() argument
H A DHexagonGenInsert.cpp383 const unsigned MaxSize; member in __anon6da4226a0311::OrderedRegisterList
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp306 unsigned MaxSize = MemTy.getSizeInBytes() * 8; assignValueToAddress() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp809 isObjectSizeLessThanOrEq(Value * V,uint64_t MaxSize,const DataLayout & DL) isObjectSizeLessThanOrEq() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp405 APInt MaxSize = Arg->getValue().zext(IntTyBits); in getAllocSize() local
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp195 #define MaxSize \ macro

12