LLVM: llvm::symbolize::Request Struct Reference (original) (raw)

#include "[llvm/DebugInfo/Symbolize/DIPrinter.h](DIPrinter%5F8h%5Fsource.html)"

Public Attributes
StringRef ModuleName
std::optional< uint64_t > Address
StringRef Symbol

Detailed Description

Definition at line 35 of file DIPrinter.h.

Member Data Documentation

Address

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

Definition at line 37 of file DIPrinter.h.

Referenced by llvm::symbolize::PlainPrinterBase::print(), llvm::symbolize::PlainPrinterBase::print(), llvm::symbolize::PlainPrinterBase::print(), llvm::symbolize::PlainPrinterBase::print(), and llvm::symbolize::toJSON().

ModuleName

StringRef llvm::symbolize::Request::ModuleName

Definition at line 36 of file DIPrinter.h.

Referenced by llvm::symbolize::PlainPrinterBase::printError(), and llvm::symbolize::toJSON().

Symbol

StringRef llvm::symbolize::Request::Symbol

Definition at line 38 of file DIPrinter.h.

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


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