LLVM: llvm::gsym::SourceLocation Struct Reference (original) (raw)

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

Public Attributes
StringRef Name
Function or symbol name.
StringRef Dir
Line entry source file directory path.
StringRef Base
Line entry source file basename.
uint32_t Line = 0
Source file line number.
uint32_t Offset = 0
Byte size offset within the named function.

Definition at line 22 of file LookupResult.h.

Base

Dir

Line

uint32_t llvm::gsym::SourceLocation::Line = 0

Name

Offset

uint32_t llvm::gsym::SourceLocation::Offset = 0


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