LLVM
15.0.0git
|
#include "llvm/DebugInfo/DIContext.h"
Public Attributes | |
std::string | FunctionName |
std::string | Name |
std::string | DeclFile |
uint64_t | DeclLine = 0 |
Optional< int64_t > | FrameOffset |
Optional< uint64_t > | Size |
Optional< uint64_t > | TagOffset |
Definition at line 123 of file DIContext.h.
std::string llvm::DILocal::DeclFile |
Definition at line 126 of file DIContext.h.
uint64_t llvm::DILocal::DeclLine = 0 |
Definition at line 127 of file DIContext.h.
Optional<int64_t> llvm::DILocal::FrameOffset |
Definition at line 128 of file DIContext.h.
std::string llvm::DILocal::FunctionName |
Definition at line 124 of file DIContext.h.
std::string llvm::DILocal::Name |
Definition at line 125 of file DIContext.h.
Definition at line 129 of file DIContext.h.
Definition at line 130 of file DIContext.h.