LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 
)

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.

◆ 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: