Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h301 struct FunctionRecord { struct
316 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument
320 FunctionRecord &operator=(FunctionRecord &&) = default; argument
332 std::forward_iterator_tag, FunctionRecord> { argument
/aosp_15_r20/external/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h295 struct FunctionRecord { struct
305 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument
318 std::forward_iterator_tag, FunctionRecord> { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/Coverage/
DCoverageMapping.h598 struct FunctionRecord { struct
617 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() function
621 FunctionRecord &operator=(FunctionRecord &&) = default; argument
645 std::forward_iterator_tag, FunctionRecord> { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h346 struct FunctionRecord { struct
363 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument
367 FunctionRecord &operator=(FunctionRecord &&) = default; argument
388 std::forward_iterator_tag, FunctionRecord> { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/Coverage/
DCoverageMapping.h689 struct FunctionRecord { struct
708 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() function
712 FunctionRecord &operator=(FunctionRecord &&) = default; argument
714 void pushMCDCRecord(MCDCRecord &&Record) { in pushMCDCRecord()
740 std::forward_iterator_tag, FunctionRecord> { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/Coverage/
DCoverageMapping.h686 struct FunctionRecord { struct
705 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument
709 FunctionRecord &operator=(FunctionRecord &&) = default; argument
711 void pushMCDCRecord(MCDCRecord &&Record) { in pushMCDCRecord()
737 std::forward_iterator_tag, FunctionRecord> { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/Coverage/
DCoverageMapping.h689 struct FunctionRecord { struct
708 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument
712 FunctionRecord &operator=(FunctionRecord &&) = default; argument
714 void pushMCDCRecord(MCDCRecord &&Record) { in pushMCDCRecord()
740 std::forward_iterator_tag, FunctionRecord> { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
H A DBlockVerifier.cpp178 Error BlockVerifier::visit(FunctionRecord &) { in visit() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DBlockVerifier.cpp178 Error BlockVerifier::visit(FunctionRecord &) { in visit() argument
/aosp_15_r20/external/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp306 for (const auto &FunctionRecord : FunctionRecords) { in TEST_P() local