Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp418 void Fuzzer::RereadOutputCorpus(size_t MaxSize) { in RereadOutputCorpus()
796 size_t MaxSize = 0; in ReadAndExecuteSeedCorpora() local
939 LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()
/openbsd-src/gnu/llvm/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h88 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
112 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
129 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
144 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
156 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
169 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp22 unsigned DocNum, uint64_t MaxSize) { in convertYAML()
H A DELFEmitter.cpp48 const uint64_t MaxSize; member in __anonb6441e910111::ContiguousBlobAccumulator
1920 yaml::ErrorHandler EH, uint64_t MaxSize) { in writeELF()
1988 uint64_t MaxSize) { in yaml2elf()
/openbsd-src/gnu/llvm/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp52 static cl::opt<uint64_t> MaxSize( variable
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp49 static const size_t MaxSize = 128 * 1024; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp148 unsigned MaxSize = 0; in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp67 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp65 size_t MaxSize) { in mutateModule()
149 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
604 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule()
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp60 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h100 int MaxSize = 100; member
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/afl/
H A Dafl_driver.cpp190 extern "C" size_t LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()
/openbsd-src/gnu/llvm/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 uptr MaxSize) { in reportAllocationSizeTooBig()
H A Dquarantine.h242 atomic_uptr MaxSize = {}; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp96 std::optional<unsigned> MaxSize; member in __anon61a287fa0111::SchedGroup
178 SchedGroup(SchedGroupMask SGMask, std::optional<unsigned> MaxSize, in SchedGroup()
184 SchedGroup(SchedGroupMask SGMask, std::optional<unsigned> MaxSize, int SyncID, in SchedGroup()
/openbsd-src/gnu/llvm/clang/tools/clang-diff/
H A DClangDiff.cpp57 static cl::opt<int> MaxSize("s", cl::desc("<maxsize>"), cl::Optional, variable
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp162 unsigned MaxSize = 0; in apply() local
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp249 auto MaxSize = profilingFlags()->global_allocator_max; in serialize() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp101 unsigned MaxSize) { in addMachineReg()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp307 unsigned MaxSize) { in selectStores()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp240 auto MaxSize = LoadCmd.C.cmdsize - sizeof(StructType); in readString() local

12