Searched refs:DwarfUnit (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1 //===-- llvm/CodeGen/DwarfUnit.cpp - Dwarf Type and Compile Units ---------===//
13 #include "DwarfUnit.h"
90 DwarfUnit::DwarfUnit(dwarf::Tag UnitTag, const DICompileUnit *Node, function in class:DwarfUnit
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
[all...]
H A DDwarfFile.h30 class DwarfUnit;
121 unsigned computeSizeAndOffsetsForUnit(DwarfUnit *TheU);
131 void emitUnit(DwarfUnit *TheU, bool UseOffsets);
H A DDwarfFile.cpp12 #include "DwarfUnit.h"
36 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) {
82 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) {
H A DDwarfUnit.h1 //===-- llvm/CodeGen/DwarfUnit.h - Dwarf Compile Unit ---*- C++ -*--===//
37 class DwarfUnit : public DIEUnit { class in namespace:llvm
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
H A DDwarfCompileUnit.h17 #include "DwarfUnit.h"
47 class DwarfCompileUnit final : public DwarfUnit {
289 return DwarfUnit::getHeaderSize() + DWOIdSize;
H A DDwarfDebug.h56 class DwarfUnit;
563 void initSkeletonUnit(const DwarfUnit &U, DIE &Die,
H A DDwarfCompileUnit.cpp61 : 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);
H A DDwarfDebug.cpp18 #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,
/netbsd-current/external/apache2/llvm/lib/libLLVMAsmPrinter/
H A DMakefile28 DwarfUnit.cpp \

Completed in 270 milliseconds