HomeSort by relevance Sort by last modified time
    Searched refs:accountRecord (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-account.h 79 bool accountRecord(const XRayRecord &Record);
xray-graph.h 141 Error accountRecord(const XRayRecord &Record);
xray-account.cpp 137 bool LatencyAccountant::accountRecord(const XRayRecord &Record) {
477 if (FCA.accountRecord(Record))
xray-graph.cpp 192 Error GraphRenderer::accountRecord(const XRayRecord &Record) {
446 auto E = GR.accountRecord(Record);
xray-stacks.cpp 365 AccountRecordStatus accountRecord(const XRayRecord &R,
744 auto error = ST.accountRecord(Record, &AccountRecordState);

Completed in 484 milliseconds