OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DwarfExpression
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp
1
//===- llvm/CodeGen/
DwarfExpression
.cpp - Dwarf Debug Framework -----------===//
13
#include "
DwarfExpression
.h"
28
void
DwarfExpression
::emitConstu(uint64_t Value) {
42
void
DwarfExpression
::addReg(int DwarfReg, const char *Comment) {
55
void
DwarfExpression
::addBReg(int DwarfReg, int Offset) {
67
void
DwarfExpression
::addFBReg(int Offset) {
72
void
DwarfExpression
::addOpPiece(unsigned SizeInBits, unsigned OffsetInBits) {
89
void
DwarfExpression
::addShr(unsigned ShiftBy) {
94
void
DwarfExpression
::addAnd(unsigned Mask) {
99
bool
DwarfExpression
::addMachineReg(const TargetRegisterInfo &TRI
[
all
...]
DwarfExpression.h
1
//===- llvm/CodeGen/
DwarfExpression
.h - Dwarf Compile Unit ------*- C++ -*-===//
106
class
DwarfExpression
{
283
~
DwarfExpression
() = default;
286
DwarfExpression
(unsigned DwarfVersion, DwarfCompileUnit &CU)
319
/// the prefix of a
DwarfExpression
if a more efficient representation for
366
///
DwarfExpression
implementation for .debug_loc entries.
367
class DebugLocDwarfExpression final : public
DwarfExpression
{
401
:
DwarfExpression
(DwarfVersion, CU), OutBS(BS) {}
404
///
DwarfExpression
implementation for singular DW_AT_location.
405
class DIEDwarfExpression final : public
DwarfExpression
{
[
all
...]
DwarfDebug.h
54
class
DwarfExpression
;
849
DwarfExpression
&DwarfExpr);
DwarfUnit.cpp
16
#include "
DwarfExpression
.h"
50
:
DwarfExpression
(AP.getDwarfVersion(), CU), AP(AP), OutDIE(DIE) {}
DwarfDebug.cpp
17
#include "
DwarfExpression
.h"
34
#include "llvm/DebugInfo/DWARF/
DWARFExpression
.h"
2446
//
DwarfExpression
::addExpression) so for those ops (e.g. DW_OP_convert) that
2454
DWARFExpression
Expr(Data, PtrSize, Asm->OutContext.getDwarfFormat());
2456
using Encoding =
DWARFExpression
::Operation::Encoding;
2487
DwarfExpression
&DwarfExpr) {
2546
dbgs() << "Skipped
DwarfExpression
creation for ConstantFP of size"
/src/external/apache2/llvm/lib/libLLVMAsmPrinter/
Makefile
25
DwarfExpression
.cpp \
Completed in 59 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026