Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
Dtest_helpers.cpp22 std::string RecordTypeAsString(RecordTypes T) { in RecordTypeAsString() function
41 *OS << RecordTypeAsString(T); in PrintTo()
46 << "; Type = " << RecordTypeAsString(R.Type) << "; FuncId = " << R.FuncId in PrintTo()
Dtest_helpers.h25 std::string RecordTypeAsString(RecordTypes T);
38 *result_listener << "where the record type is " << RecordTypeAsString(T);