|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/None.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/SmallVector.h"#include "llvm/IR/DebugInfoMetadata.h"#include <cassert>#include <cstdint>#include <iterator>

Go to the source code of this file.
Classes | |
| class | llvm::DIExpressionCursor |
| Holds a DIExpression and keeps track of how many operands have been consumed so far. More... | |
| class | llvm::DwarfExpression |
| Base class containing the logic for constructing DWARF expressions independently of whether they are emitted into a DIE or into a .debug_loc entry. More... | |
| struct | llvm::DwarfExpression::Register |
| Holds information about all subregisters comprising a register location. More... | |
| class | llvm::DebugLocDwarfExpression |
| DwarfExpression implementation for .debug_loc entries. More... | |
| class | llvm::DIEDwarfExpression |
| DwarfExpression implementation for singular DW_AT_location. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13