Home
last modified time | relevance | path

Searched refs:entry_type (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h62 using entry_type = EntryT; member
64 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)
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_trampoline_hexagon.S33 .macro CALL_PATCHED_FUNC entry_type argument
43 r1 = \entry_type
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp276 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()
H A DMinidumpEmitter.cpp138 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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp33 AuxVector::GetAuxValue(enum EntryType entry_type) const { in GetAuxValue()
34 auto it = m_auxv_entries.find(static_cast<uint64_t>(entry_type)); in GetAuxValue()
H A DAuxVector.h64 llvm::Optional<uint64_t> GetAuxValue(enum EntryType entry_type) const;
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py738 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)