Searched defs:MemoryTags (Results 1 – 2 of 2) sorted by relevance
/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
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 889 getErrorInfo(struct scudo_error_info * ErrorInfo,uintptr_t FaultAddr,const char * DepotPtr,size_t DepotSize,const char * RegionInfoPtr,const char * RingBufferPtr,size_t RingBufferSize,const char * Memory,const char * MemoryTags,uintptr_t MemoryAddr,size_t MemorySize) getErrorInfo() argument 1468 getInlineErrorInfo(struct scudo_error_info * ErrorInfo,size_t & NextErrorReport,uintptr_t FaultAddr,const StackDepot * Depot,const char * RegionInfoPtr,const char * Memory,const char * MemoryTags,uintptr_t MemoryAddr,size_t MemorySize,size_t MinDistance,size_t MaxDistance) getInlineErrorInfo() argument
|