Home
last modified time | relevance | path

Searched defs:FunctionRecord (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h48 struct alignas(8) FunctionRecord { struct
66 // different then), we should use a MetadataRecord before this FunctionRecord argument
71 static_assert(sizeof(FunctionRecord) == 8, "Wrong size for FunctionRecord."); argument
/llvm-project/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp389 for (const auto &FunctionRecord : FunctionRecords) { TEST_P() local
416 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local
434 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local
466 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local
518 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local
543 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local
568 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local
595 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local
618 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local
649 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local
[all...]
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h687 struct FunctionRecord { global() struct
706 FunctionRecordFunctionRecord FunctionRecord() argument
710 operatorFunctionRecord global() argument
712 pushMCDCRecordFunctionRecord pushMCDCRecord() argument
738 pushRegionFunctionRecord global() argument
[all...]
/llvm-project/llvm/lib/XRay/
H A DBlockVerifier.cpp180 Error BlockVerifier::visit(FunctionRecord &) { in visit() argument
/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h381 FunctionRecord() : Record(RecordKind::RK_Function) {} in FunctionRecord() function
383 explicit FunctionRecord(RecordTypes K, int32_t F, uint32_t D) in FunctionRecord() function