Home
last modified time | relevance | path

Searched refs:ExtractState (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp37 llvm::Expected<DWARFAbbreviationDeclaration::ExtractState>
47 return ExtractState::Complete; in extract()
83 return ExtractState::MoreItems; in extract()
H A DDWARFDebugAbbrev.cpp36 Expected<DWARFAbbreviationDeclaration::ExtractState> ES = in extract()
41 if (*ES == DWARFAbbreviationDeclaration::ExtractState::Complete) in extract()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h28 enum class ExtractState { Complete, MoreItems }; enum
176 llvm::Expected<ExtractState> extract(DataExtractor Data, uint64_t *OffsetPtr);