Home
last modified time | relevance | path

Searched refs:ARG_PAYLOAD (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/include/xray/
Dxray_records.h69 ARG_PAYLOAD = 1, enumerator
109 uint16_t RecordType = RecordTypes::ARG_PAYLOAD;
/external/llvm-project/compiler-rt/lib/xray/
Dxray_basic_logging.cpp285 R.RecordType = RecordTypes::ARG_PAYLOAD; in InMemoryRawLogWithArg()