Home
last modified time | relevance | path

Searched defs:ListEntries (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp301 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in mapping()
308 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in validate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h194 template <typename EntryType> struct ListEntries { struct
207 std::vector<ListEntries<EntryType>> Lists; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h40 using ListEntries = std::vector<EntryType>; variable