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.cpp35 Expected<DWARFAbbreviationDeclaration::ExtractState> ES = in extract()
40 if (*ES == DWARFAbbreviationDeclaration::ExtractState::Complete) in extract()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h29 enum class ExtractState { Complete, MoreItems }; enum
179 LLVM_ABI llvm::Expected<ExtractState> extract(DataExtractor Data,