Searched refs:ExtractState (Results 1 – 3 of 3) sorted by relevance
37 llvm::Expected<DWARFAbbreviationDeclaration::ExtractState>47 return ExtractState::Complete; in extract()83 return ExtractState::MoreItems; in extract()
35 Expected<DWARFAbbreviationDeclaration::ExtractState> ES = in extract()40 if (*ES == DWARFAbbreviationDeclaration::ExtractState::Complete) in extract()
29 enum class ExtractState { Complete, MoreItems }; enum179 LLVM_ABI llvm::Expected<ExtractState> extract(DataExtractor Data,