Searched refs:MappedSize (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | PerfSharedStructs.h | 69 uint64_t MappedSize; member 190 Val.Prefix, Val.UnwindDataSize, Val.EHFrameHdrSize, Val.MappedSize, in size() 196 IB, Val.Prefix, Val.UnwindDataSize, Val.EHFrameHdrSize, Val.MappedSize, in deserialize() 202 OB, Val.Prefix, Val.UnwindDataSize, Val.EHFrameHdrSize, Val.MappedSize, in serialize()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | JITLoaderPerf.cpp | 98 uint64_t MappedSize; member 162 << UnwindRecord.MappedSize << "\n"; in writeUnwindRecord() 166 UnwindRecord.MappedSize}; in writeUnwindRecord()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | PerfSupportPlugin.cpp | 191 Record.MappedSize = 0; // Because the EHFrame header was not mapped in getUnwindingRecord() 197 Record.MappedSize = Record.UnwindDataSize; in getUnwindingRecord()
|
| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | release.h | 179 const uptr MappedSize = in getDynamicBuffer() local 182 if (Buf.MemMap.map(/*Addr=*/0, MappedSize, "scudo:counters", MmapFlags)) { in getDynamicBuffer()
|