LLVM 19.0.0git
Public Attributes | List of all members
llvm::symbolize::Request Struct Reference

#include "llvm/DebugInfo/Symbolize/DIPrinter.h"

Public Attributes

StringRef ModuleName
 
std::optional< uint64_tAddress
 
StringRef Symbol
 

Detailed Description

Definition at line 34 of file DIPrinter.h.

Member Data Documentation

◆ Address

std::optional<uint64_t> llvm::symbolize::Request::Address

◆ ModuleName

StringRef llvm::symbolize::Request::ModuleName

◆ Symbol

StringRef llvm::symbolize::Request::Symbol

Definition at line 37 of file DIPrinter.h.

Referenced by llvm::symbolize::toJSON().


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