/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMutate.cpp | 71 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 D | FuzzerIO.cpp | 41 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector() 102 size_t MaxSize, bool ExitOnError, in ReadDirToVectorOfUnits()
|
H A D | FuzzerLoop.cpp | 418 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 D | IRMutator.h | 88 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 D | SmallVector.cpp | 62 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 D | yaml2obj.cpp | 22 unsigned DocNum, uint64_t MaxSize) { in convertYAML()
|
H A D | ELFEmitter.cpp | 48 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 D | yaml2obj.cpp | 52 static cl::opt<uint64_t> MaxSize( variable
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/ |
H A D | malloc_benchmark.cpp | 49 static const size_t MaxSize = 128 * 1024; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCBranchFinalize.cpp | 148 unsigned MaxSize = 0; in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/ |
H A D | llvm-isel-fuzzer.cpp | 67 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
|
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 65 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 D | llvm-opt-fuzzer.cpp | 60 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 D | ASTDiff.h | 100 int MaxSize = 100; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/afl/ |
H A D | afl_driver.cpp | 190 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 D | size_class_map.h | 73 static const uptr MaxSize = (1UL << Config::MaxSizeLog) + Config::SizeDelta; variable 190 static const uptr MaxSize = Config::Classes[LargestClassId - 1]; variable
|
H A D | report.cpp | 108 uptr MaxSize) { in reportAllocationSizeTooBig()
|
H A D | quarantine.h | 242 atomic_uptr MaxSize = {}; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 96 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 D | ClangDiff.cpp | 57 static cl::opt<int> MaxSize("s", cl::desc("<maxsize>"), cl::Optional, variable
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 162 unsigned MaxSize = 0; in apply() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_profile_collector.cpp | 249 auto MaxSize = profilingFlags()->global_allocator_max; in serialize() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 101 unsigned MaxSize) { in addMachineReg()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp | 307 unsigned MaxSize) { in selectStores()
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 240 auto MaxSize = LoadCmd.C.cmdsize - sizeof(StructType); in readString() local
|