OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DwarfUnit
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
1
//===-- llvm/CodeGen/
DwarfUnit
.cpp - Dwarf Type and Compile Units ---------===//
13
#include "
DwarfUnit
.h"
90
DwarfUnit
::
DwarfUnit
(dwarf::Tag UnitTag, const DICompileUnit *Node,
98
:
DwarfUnit
(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU),
102
DwarfUnit
::~
DwarfUnit
() {
109
int64_t
DwarfUnit
::getDefaultLowerBound() const {
188
bool
DwarfUnit
::isShareableAcrossCUs(const DINode *D) const {
202
DIE *
DwarfUnit
::getDIE(const DINode *D) const
[
all
...]
DwarfFile.h
30
class
DwarfUnit
;
121
unsigned computeSizeAndOffsetsForUnit(
DwarfUnit
*TheU);
131
void emitUnit(
DwarfUnit
*TheU, bool UseOffsets);
DwarfFile.cpp
12
#include "
DwarfUnit
.h"
36
void DwarfFile::emitUnit(
DwarfUnit
*TheU, bool UseOffsets) {
82
unsigned DwarfFile::computeSizeAndOffsetsForUnit(
DwarfUnit
*TheU) {
DwarfUnit.h
1
//===-- llvm/CodeGen/
DwarfUnit
.h - Dwarf Compile Unit ---*- C++ -*--===//
37
class
DwarfUnit
: public DIEUnit {
73
DwarfUnit
(dwarf::Tag, const DICompileUnit *Node, AsmPrinter *A, DwarfDebug *DW,
301
~
DwarfUnit
();
351
class DwarfTypeUnit final : public
DwarfUnit
{
372
return
DwarfUnit
::getHeaderSize() + sizeof(uint64_t) + // Type Signature
DwarfCompileUnit.h
17
#include "
DwarfUnit
.h"
47
class DwarfCompileUnit final : public
DwarfUnit
{
289
return
DwarfUnit
::getHeaderSize() + DWOIdSize;
DwarfDebug.h
56
class
DwarfUnit
;
563
void initSkeletonUnit(const
DwarfUnit
&U, DIE &Die,
DwarfCompileUnit.cpp
61
:
DwarfUnit
(GetCompileUnitType(Kind, DW), Node, A, DW, DWU), UniqueID(UID) {
1087
// Some of this is duplicated from
DwarfUnit
::getOrCreateSubprogramDIE, with
1342
DwarfUnit
::emitCommonHeader(UseOffsets, UT);
DwarfDebug.cpp
18
#include "
DwarfUnit
.h"
472
// Define out of line so we don't have to include
DwarfUnit
.h in DwarfDebug.h.
2298
static dwarf::PubIndexEntryDescriptor computeIndexValue(
DwarfUnit
*CU,
3196
void DwarfDebug::initSkeletonUnit(const
DwarfUnit
&U, DIE &Die,
/src/external/apache2/llvm/lib/libLLVMAsmPrinter/
Makefile
28
DwarfUnit
.cpp \
Completed in 18 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026