Searched defs:FunctionRecord (Results 1 – 5 of 5) sorted by relevance
295 struct FunctionRecord { struct305 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument318 std::forward_iterator_tag, FunctionRecord> { argument
301 struct FunctionRecord { struct316 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument320 FunctionRecord &operator=(FunctionRecord &&) = default; argument332 std::forward_iterator_tag, FunctionRecord> { argument
178 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
306 for (const auto &FunctionRecord : FunctionRecords) { in TEST_P() local