Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h687 struct FunctionRecord { struct
706 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument
710 FunctionRecord &operator=(FunctionRecord &&) = default; argument
712 void pushMCDCRecord(MCDCRecord &&Record) { in pushMCDCRecord()
738 std::forward_iterator_tag, FunctionRecord> { argument
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DBlockVerifier.cpp178 visit(FunctionRecord &) visit() argument
/freebsd/contrib/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