Searched refs:TypeRecordFuncId (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceWriter.cpp142 uint32_t TypeRecordFuncId = uint32_t{R.functionId() & ~uint32_t{0x0Fu << 28}}; local
143 TypeRecordFuncId <<= 3;
144 TypeRecordFuncId |= static_cast<uint32_t>(R.recordType());
145 TypeRecordFuncId <<= 1;
146 TypeRecordFuncId &= ~uint32_t{0x01};
147 OS.write(TypeRecordFuncId);

Completed in 100 milliseconds