Home
last modified time | relevance | path

Searched refs:accountRecord (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.h79 bool accountRecord(const XRayRecord &Record);
Dxray-graph.h141 Error accountRecord(const XRayRecord &Record);
Dxray-account.cpp137 bool LatencyAccountant::accountRecord(const XRayRecord &Record) { in accountRecord() function in LatencyAccountant
477 if (FCA.accountRecord(Record)) in __anon9fd330660902()
Dxray-graph.cpp192 Error GraphRenderer::accountRecord(const XRayRecord &Record) { in accountRecord() function in GraphRenderer
446 auto E = GR.accountRecord(Record); in getGraphRenderer()
Dxray-stacks.cpp365 AccountRecordStatus accountRecord(const XRayRecord &R, in accountRecord() function in StackTrie
744 auto error = ST.accountRecord(Record, &AccountRecordState); in __anon6736a0a20702()