/freebsd-src/contrib/llvm-project/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 | 415 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 D | IRMutator.h | 101 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 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
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | yaml2obj.cpp | 22 unsigned DocNum, uint64_t MaxSize) { in convertYAML()
|
H A D | ELFEmitter.cpp | 49 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 D | ARCBranchFinalize.cpp | 148 unsigned MaxSize = 0; in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 100 int MaxSize = 100; member
|
/freebsd-src/lib/libefivar/ |
H A D | uefi-dputil.c | 145 IN UINTN MaxSize in IsDevicePathValid()
|
/freebsd-src/contrib/llvm-project/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 | 91 uptr MaxSize) { in reportAllocationSizeTooBig()
|
H A D | quarantine.h | 253 atomic_uptr MaxSize = {}; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 63 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 D | SetTheory.cpp | 162 unsigned MaxSize = 0; in apply() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profile_collector.cpp | 249 auto MaxSize = profilingFlags()->global_allocator_max; serialize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 101 addMachineReg(const TargetRegisterInfo & TRI,llvm::Register MachineReg,unsigned MaxSize) addMachineReg() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 128 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 D | AMDGPUSubtarget.cpp | 501 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; makeLIDRangeMetadata() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp | 307 unsigned MaxSize) { in selectStores() argument
|
H A D | HexagonGenInsert.cpp | 383 const unsigned MaxSize; member in __anon6da4226a0311::OrderedRegisterList
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 306 unsigned MaxSize = MemTy.getSizeInBytes() * 8; assignValueToAddress() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 809 isObjectSizeLessThanOrEq(Value * V,uint64_t MaxSize,const DataLayout & DL) isObjectSizeLessThanOrEq() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 405 APInt MaxSize = Arg->getValue().zext(IntTyBits); in getAllocSize() local
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_alloc.cpp | 195 #define MaxSize \ macro
|