Searched refs:siginfo_bytes (Results 1 – 3 of 3) sorted by relevance
87 llvm::StringRef siginfo_bytes; member
235 if (!thread_data.siginfo_bytes.empty() || thread_data.signo != 0) in DoLoadCore()945 thread_data.siginfo_bytes = llvm::StringRef(bytes, size); in parseLinuxNotes()
60 m_siginfo_bytes(std::move(td.siginfo_bytes)), m_signo(td.signo) {} in ThreadElfCore()