|
LLVM 23.0.0git
|
For each inlined instance of a source-level label, keep the corresponding DBG_LABEL instruction. More...
#include "llvm/CodeGen/DbgEntityHistoryCalculator.h"
Public Types | |
| using | InlinedEntity = std::pair<const DINode *, const DILocation *> |
| using | InstrMap = MapVector<InlinedEntity, const MachineInstr *> |
Public Member Functions | |
| LLVM_ABI void | addInstr (InlinedEntity Label, const MachineInstr &MI) |
| bool | empty () const |
| void | clear () |
| InstrMap::const_iterator | begin () const |
| InstrMap::const_iterator | end () const |
For each inlined instance of a source-level label, keep the corresponding DBG_LABEL instruction.
The DBG_LABEL instruction could be used to generate a temporary (assembler) label before it.
Definition at line 133 of file DbgEntityHistoryCalculator.h.
| using llvm::DbgLabelInstrMap::InlinedEntity = std::pair<const DINode *, const DILocation *> |
Definition at line 135 of file DbgEntityHistoryCalculator.h.
Definition at line 136 of file DbgEntityHistoryCalculator.h.
| void DbgLabelInstrMap::addInstr | ( | InlinedEntity | Label, |
| const MachineInstr & | MI ) |
Definition at line 281 of file DbgEntityHistoryCalculator.cpp.
Referenced by llvm::calculateDbgEntityHistory().
|
inline |
Definition at line 146 of file DbgEntityHistoryCalculator.h.
|
inline |
Definition at line 145 of file DbgEntityHistoryCalculator.h.
|
inline |
Definition at line 144 of file DbgEntityHistoryCalculator.h.
|
inline |
Definition at line 147 of file DbgEntityHistoryCalculator.h.