Searched refs:MemoryTags (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/ |
H A D | get_error_info_fuzzer.cpp | 31 const char *MemoryTags = Memory + MemorySize; in LLVMFuzzerTestOneInput() local 50 Memory, MemoryTags, MemoryAddr, MemorySize); in LLVMFuzzerTestOneInput()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 889 const char *Memory, const char *MemoryTags, in getErrorInfo() argument 917 RegionInfoPtr, Memory, MemoryTags, MemoryAddr, in getErrorInfo() 929 RegionInfoPtr, Memory, MemoryTags, MemoryAddr, in getErrorInfo() 1468 const char *MemoryTags, uintptr_t MemoryAddr, in getInlineErrorInfo() argument 1482 MemoryTags[(Addr - MemoryAddr) / archMemoryTagGranuleSize()]); in getInlineErrorInfo()
|