LLVM 19.0.0git
Macros | Functions
DwarfExpression.cpp File Reference
#include "DwarfExpression.h"
#include "DwarfCompileUnit.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/CodeGen/Register.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/Support/ErrorHandling.h"
#include <algorithm>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "dwarfdebug"
 

Functions

static bool isMemoryLocation (DIExpressionCursor ExprCursor)
 Assuming a well-formed expression, match "DW_OP_deref* DW_OP_LLVM_fragment?".
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "dwarfdebug"

Definition at line 26 of file DwarfExpression.cpp.

Function Documentation

◆ isMemoryLocation()

static bool isMemoryLocation ( DIExpressionCursor  ExprCursor)
static

Assuming a well-formed expression, match "DW_OP_deref* DW_OP_LLVM_fragment?".

Definition at line 470 of file DwarfExpression.cpp.

References llvm::dwarf::DW_OP_LLVM_fragment, and llvm::DIExpressionCursor::take().