Searched defs:FunctionRecord (Results 1 – 5 of 5) sorted by relevance
48 struct alignas(8) FunctionRecord { struct66 // different then), we should use a MetadataRecord before this FunctionRecord argument71 static_assert(sizeof(FunctionRecord) == 8, "Wrong size for FunctionRecord."); argument
389 for (const auto &FunctionRecord : FunctionRecords) { TEST_P() local 416 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local 434 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local 466 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local 518 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local 543 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local 568 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local 595 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local 618 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local 649 const auto &FunctionRecord = *FunctionRecords.begin(); TEST_P() local [all...]
687 struct FunctionRecord { global() struct 706 FunctionRecordFunctionRecord FunctionRecord() argument 710 operatorFunctionRecord global() argument 712 pushMCDCRecordFunctionRecord pushMCDCRecord() argument 738 pushRegionFunctionRecord global() argument [all...]
180 Error BlockVerifier::visit(FunctionRecord &) { in visit() argument
381 FunctionRecord() : Record(RecordKind::RK_Function) {} in FunctionRecord() function383 explicit FunctionRecord(RecordTypes K, int32_t F, uint32_t D) in FunctionRecord() function