Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
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
/external/llvm-project/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp352 for (const auto &FunctionRecord : FunctionRecords) { in TEST_P() local
379 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P() local
397 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P() local
429 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P() local
481 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P() local
506 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P() local
531 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P() local
558 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P() local
581 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P() local
612 const auto &FunctionRecord = *FunctionRecords.begin(); in TEST_P() local
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h295 struct FunctionRecord { struct
305 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument
318 std::forward_iterator_tag, FunctionRecord> { argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h301 struct FunctionRecord { struct
316 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() function
320 FunctionRecord &operator=(FunctionRecord &&) = default; argument
332 std::forward_iterator_tag, FunctionRecord> { argument
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h303 struct FunctionRecord { struct
318 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument
322 FunctionRecord &operator=(FunctionRecord &&) = default; argument
334 std::forward_iterator_tag, FunctionRecord> { argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DBlockVerifier.cpp178 Error BlockVerifier::visit(FunctionRecord &) { in visit() argument
/external/llvm-project/llvm/lib/XRay/
DBlockVerifier.cpp178 Error BlockVerifier::visit(FunctionRecord &) { in visit() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecords.h381 FunctionRecord() : Record(RecordKind::RK_Function) {} in FunctionRecord() function
383 explicit FunctionRecord(RecordTypes K, int32_t F, uint32_t D) in FunctionRecord() function
/external/llvm-project/llvm/include/llvm/XRay/
DFDRRecords.h381 FunctionRecord() : Record(RecordKind::RK_Function) {} in FunctionRecord() function
383 explicit FunctionRecord(RecordTypes K, int32_t F, uint32_t D) in FunctionRecord() function
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp306 for (const auto &FunctionRecord : FunctionRecords) { in TEST_P() local