LLVM 20.0.0git
|
#include "DebugLocStream.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DebugInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MachineLocation.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Classes | |
struct | llvm::TargetIndexLocation |
This struct describes target specific location. More... | |
class | llvm::DbgValueLocEntry |
A single location or constant within a variable location description, with either a single entry (with an optional DIExpression) used for a DBG_VALUE, or a list of entries used for a DBG_VALUE_LIST. More... | |
class | llvm::DbgValueLoc |
The location of a single variable, composed of an expression and 0 or more DbgValueLocEntries. More... | |
class | llvm::DebugLocEntry |
This struct describes location entries emitted in the .debug_loc section. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
bool | llvm::operator== (const DbgValueLocEntry &A, const DbgValueLocEntry &B) |
Compare two DbgValueLocEntries for equality. | |
bool | llvm::operator== (const DbgValueLoc &A, const DbgValueLoc &B) |
Compare two DbgValueLocs for equality. | |
bool | llvm::operator< (const DbgValueLoc &A, const DbgValueLoc &B) |
Compare two fragments based on their offset. | |