Searched defs:FunctionRecord (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h372 class FunctionRecord : public Record { class in namespace:llvm::xray
381 FunctionRecord() : Record(RecordKind::RK_Function) {} function in class:llvm::xray::FunctionRecord
383 explicit FunctionRecord(RecordTypes K, int32_t F, uint32_t D) function in class:llvm::xray::FunctionRecord
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h301 struct FunctionRecord { struct in namespace:llvm::coverage
316 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) function in struct:llvm::coverage::FunctionRecord
[all...]

Completed in 101 milliseconds