Home
last modified time | relevance | path

Searched refs:MappedSize (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DPerfSharedStructs.h69 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 DJITLoaderPerf.cpp98 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 DPerfSupportPlugin.cpp191 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 Drelease.h179 const uptr MappedSize = in getDynamicBuffer() local
182 if (Buf.MemMap.map(/*Addr=*/0, MappedSize, "scudo:counters", MmapFlags)) { in getDynamicBuffer()