LLVM 22.0.0git
llvm::DebuginfodServer Struct Reference

#include "llvm/Debuginfod/Debuginfod.h"

Public Member Functions

 DebuginfodServer (DebuginfodLog &Log, DebuginfodCollection &Collection)

Public Attributes

HTTPServer Server
DebuginfodLogLog
DebuginfodCollectionCollection

Detailed Description

Definition at line 155 of file Debuginfod.h.

Constructor & Destructor Documentation

◆ DebuginfodServer()

llvm::DebuginfodServer::DebuginfodServer ( DebuginfodLog & Log,
DebuginfodCollection & Collection )

Definition at line 570 of file Debuginfod.cpp.

References llvm::cantFail(), Collection, if(), Log, and Server.

Member Data Documentation

◆ Collection

DebuginfodCollection& llvm::DebuginfodServer::Collection

Definition at line 158 of file Debuginfod.h.

Referenced by DebuginfodServer().

◆ Log

DebuginfodLog& llvm::DebuginfodServer::Log

Definition at line 157 of file Debuginfod.h.

Referenced by DebuginfodServer().

◆ Server

HTTPServer llvm::DebuginfodServer::Server

Definition at line 156 of file Debuginfod.h.

Referenced by DebuginfodServer().


The documentation for this struct was generated from the following files: