Searched refs:entry_type (Results 1 – 7 of 7) sorted by relevance
62 using entry_type = EntryT; member64 std::vector<entry_type> Entries;66 explicit ListStream(std::vector<entry_type> Entries = {})267 llvm::MinidumpYAML::MemoryListStream::entry_type)269 llvm::MinidumpYAML::ModuleListStream::entry_type)271 llvm::MinidumpYAML::ThreadListStream::entry_type)274 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::MemoryListStream::entry_type)275 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ModuleListStream::entry_type)276 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ThreadListStream::entry_type)
33 .macro CALL_PATCHED_FUNC entry_type argument43 r1 = \entry_type
276 void yaml::MappingTraits<ModuleListStream::entry_type>::mapping( in mapping()277 IO &IO, ModuleListStream::entry_type &M) { in mapping()301 void yaml::MappingTraits<MemoryListStream::entry_type>::mapping( in mapping()302 IO &IO, MemoryListStream::entry_type &Range) { in mapping()359 void yaml::MappingTraits<ThreadListStream::entry_type>::mapping( in mapping()360 IO &IO, ThreadListStream::entry_type &T) { in mapping()488 std::vector<MemoryListStream::entry_type> Ranges; in create()501 std::vector<ModuleListStream::entry_type> Modules; in create()537 std::vector<ThreadListStream::entry_type> Threads; in create()
138 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout()142 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { in layout()149 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { in layout()
33 AuxVector::GetAuxValue(enum EntryType entry_type) const { in GetAuxValue()34 auto it = m_auxv_entries.find(static_cast<uint64_t>(entry_type)); in GetAuxValue()
64 llvm::Optional<uint64_t> GetAuxValue(enum EntryType entry_type) const;
738 entry_type = line.get("type", "regex_capture")739 if entry_type == "regex_capture":768 elif entry_type == "multi_response":770 elif entry_type == "output_match":785 raise Exception("unknown entry type \"%s\"" % entry_type)