Home
last modified time | relevance | path

Searched refs:FirstEntry (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp243 auto FirstEntry = reinterpret_cast<XRayRecord *>(TLD.InMemoryBuffer); in InMemoryRawLog() local
244 internal_memcpy(FirstEntry + TLD.BufferOffset, &R, sizeof(R)); in InMemoryRawLog()
247 LW->WriteAll(reinterpret_cast<char *>(FirstEntry), in InMemoryRawLog()
248 reinterpret_cast<char *>(FirstEntry + TLD.BufferOffset)); in InMemoryRawLog()
258 auto FirstEntry = in InMemoryRawLogWithArg() local
270 LW->WriteAll(reinterpret_cast<char *>(FirstEntry), in InMemoryRawLogWithArg()
271 reinterpret_cast<char *>(FirstEntry + TLD.BufferOffset)); in InMemoryRawLogWithArg()
290 internal_memcpy(FirstEntry + TLD.BufferOffset, &R, sizeof(R)); in InMemoryRawLogWithArg()
293 LW->WriteAll(reinterpret_cast<char *>(FirstEntry), in InMemoryRawLogWithArg()
294 reinterpret_cast<char *>(FirstEntry + TLD.BufferOffset)); in InMemoryRawLogWithArg()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h203 for (typename LVFirstMapType::const_reference FirstEntry : FirstMap) { in find() local
204 LVSecondMapType &SecondMap = *FirstEntry.second; in find()
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h2940 IN CONST LIST_ENTRY *FirstEntry,
3233 IN OUT LIST_ENTRY *FirstEntry,