|
LLVM
8.0.1
|
#include "DwarfExpression.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/SmallBitVector.h"#include "llvm/BinaryFormat/Dwarf.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/Support/ErrorHandling.h"#include <algorithm>#include <cassert>#include <cstdint>
Go to the source code of this file.
Functions | |
| static bool | isMemoryLocation (DIExpressionCursor ExprCursor) |
| Assuming a well-formed expression, match "DW_OP_deref* DW_OP_LLVM_fragment?". More... | |
|
static |
Assuming a well-formed expression, match "DW_OP_deref* DW_OP_LLVM_fragment?".
Definition at line 300 of file DwarfExpression.cpp.
References llvm::dwarf::DW_OP_LLVM_fragment, and llvm::DIExpressionCursor::take().
1.8.13