HomeSort by relevance Sort by last modified time
    Searched defs:DwarfUnit (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 1 //===-- llvm/CodeGen/DwarfUnit.cpp - Dwarf Type and Compile Units ---------===//
14 #include "DwarfUnit.h"
44 DwarfUnit::DwarfUnit(unsigned UID, dwarf::Tag UnitTag, DICompileUnit Node,
57 : DwarfUnit(UID, dwarf::DW_TAG_compile_unit, Node, A, DW, DWU) {
64 : DwarfUnit(UID, dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU),
71 DwarfUnit::~DwarfUnit() {
80 DIEEntry *DwarfUnit::createDIEEntry(DIE &Entry) {
87 int64_t DwarfUnit::getDefaultLowerBound() const
    [all...]
DwarfUnit.h 1 //===-- llvm/CodeGen/DwarfUnit.h - Dwarf Compile Unit ---*- C++ -*--===//
67 class DwarfUnit {
142 DwarfUnit *Skeleton;
144 DwarfUnit(unsigned UID, dwarf::Tag, DICompileUnit CU, AsmPrinter *A,
148 virtual ~DwarfUnit();
151 void setSkeleton(DwarfUnit &Skel) { Skeleton = &Skel; }
154 DwarfUnit *getSkeleton() const { return Skeleton; }
527 class DwarfCompileUnit : public DwarfUnit {
559 class DwarfTypeUnit : public DwarfUnit {
578 return DwarfUnit::getHeaderSize() + sizeof(uint64_t) + // Type Signatur
    [all...]

Completed in 385 milliseconds