OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DwarfUnit
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h
27
class
DwarfUnit
;
49
SmallVector<std::unique_ptr<
DwarfUnit
>, 1> CUs;
69
const SmallVectorImpl<std::unique_ptr<
DwarfUnit
>> &getUnits() { return CUs; }
84
void addUnit(std::unique_ptr<
DwarfUnit
> U);
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
(unsigned UID, dwarf::Tag UnitTag,
79
:
DwarfUnit
(UID, dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU),
85
DwarfUnit
::~
DwarfUnit
() {
92
int64_t
DwarfUnit
::getDefaultLowerBound() const {
172
DIE *
DwarfUnit
::getDIE(const DINode *D) const
[
all
...]
DwarfExpression.h
25
class
DwarfUnit
;
124
DwarfUnit
&DU;
128
DIEDwarfExpression(const AsmPrinter &AP,
DwarfUnit
&DU, DIELoc &DIE);
Android.mk
20
DwarfUnit
.cpp \
DwarfUnit.h
1
//===-- llvm/CodeGen/
DwarfUnit
.h - Dwarf Compile Unit ---*- C++ -*--===//
68
class
DwarfUnit
{
113
DwarfUnit
(unsigned UID, dwarf::Tag, const DICompileUnit *CU, AsmPrinter *A,
119
virtual ~
DwarfUnit
();
376
class DwarfTypeUnit : public
DwarfUnit
{
397
return
DwarfUnit
::getHeaderSize() + sizeof(uint64_t) + // Type Signature
DwarfDebug.h
49
class
DwarfUnit
;
329
const SmallVectorImpl<std::unique_ptr<
DwarfUnit
>> &getUnits() {
418
void initSkeletonUnit(const
DwarfUnit
&U, DIE &Die,
419
std::unique_ptr<
DwarfUnit
> NewU);
439
void addGnuPubAttributes(
DwarfUnit
&U, DIE &D) const;
DwarfFile.cpp
12
#include "
DwarfUnit
.h"
53
void DwarfFile::addUnit(std::unique_ptr<
DwarfUnit
> U) {
DwarfCompileUnit.h
17
#include "
DwarfUnit
.h"
31
class DwarfCompileUnit : public
DwarfUnit
{
DwarfDebug.cpp
20
#include "
DwarfUnit
.h"
276
// Define out of line so we don't have to include
DwarfUnit
.h in DwarfDebug.h.
376
void DwarfDebug::addGnuPubAttributes(
DwarfUnit
&U, DIE &D) const {
[
all
...]
DwarfCompileUnit.cpp
22
:
DwarfUnit
(UID, dwarf::DW_TAG_compile_unit, Node, A, DW, DWU),
619
// Some of this is duplicated from
DwarfUnit
::getOrCreateSubprogramDIE, with
713
DwarfUnit
::emitHeader(UseOffsets);
Completed in 87 milliseconds