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

/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h342 struct FunctionRecord { struct in namespace:llvm::coverage
359 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) function in struct:llvm::coverage::FunctionRecord
[all...]

Completed in 188 milliseconds