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.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
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...]

Completed in 472 milliseconds