OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DwarfUnit
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
1
//===-- llvm/CodeGen/
DwarfUnit
.cpp - Dwarf Type and Compile Units ---------===//
14
#include "
DwarfUnit
.h"
47
DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP,
DwarfUnit
&DU,
66
DwarfUnit
::
DwarfUnit
(dwarf::Tag UnitTag, const DICompileUnit *Node,
77
:
DwarfUnit
(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU),
83
DwarfUnit
::~
DwarfUnit
() {
90
int64_t
DwarfUnit
::getDefaultLowerBound() const {
170
DIE *
DwarfUnit
::getDIE(const DINode *D) const
[
all
...]
DwarfExpression.h
25
class
DwarfUnit
;
139
DwarfUnit
&DU;
143
DIEDwarfExpression(const AsmPrinter &AP,
DwarfUnit
&DU, DIELoc &DIE);
DwarfFile.h
28
class
DwarfUnit
;
82
unsigned computeSizeAndOffsetsForUnit(
DwarfUnit
*TheU);
98
void emitUnit(
DwarfUnit
*U, bool UseOffsets);
DwarfUnit.h
1
//===-- llvm/CodeGen/
DwarfUnit
.h - Dwarf Compile Unit ---*- C++ -*--===//
68
class
DwarfUnit
{
107
DwarfUnit
(dwarf::Tag, const DICompileUnit *CU, AsmPrinter *A, DwarfDebug *DW,
113
virtual ~
DwarfUnit
();
366
class DwarfTypeUnit : public
DwarfUnit
{
385
return
DwarfUnit
::getHeaderSize() + sizeof(uint64_t) + // Type Signature
DwarfFile.cpp
13
#include "
DwarfUnit
.h"
65
void DwarfFile::emitUnit(
DwarfUnit
*TheU, bool UseOffsets) {
88
unsigned DwarfFile::computeSizeAndOffsetsForUnit(
DwarfUnit
*TheU) {
DwarfDebug.h
48
class
DwarfUnit
;
400
void initSkeletonUnit(const
DwarfUnit
&U, DIE &Die,
421
void addGnuPubAttributes(
DwarfUnit
&U, DIE &D) const;
DwarfCompileUnit.h
17
#include "
DwarfUnit
.h"
31
class DwarfCompileUnit : public
DwarfUnit
{
DwarfCompileUnit.cpp
22
:
DwarfUnit
(dwarf::DW_TAG_compile_unit, Node, A, DW, DWU), UniqueID(UID),
644
// Some of this is duplicated from
DwarfUnit
::getOrCreateSubprogramDIE, with
719
DwarfUnit
::emitHeader(UseOffsets);
[
all
...]
DwarfDebug.cpp
20
#include "
DwarfUnit
.h"
276
// Define out of line so we don't have to include
DwarfUnit
.h in DwarfDebug.h.
375
void DwarfDebug::addGnuPubAttributes(
DwarfUnit
&U, DIE &D) const {
[
all
...]
Completed in 66 milliseconds