HomeSort by relevance Sort by last modified time
    Searched refs:DIEAbbrev (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 40 class DIEAbbrev;
220 FoldingSet<DIEAbbrev> *AbbreviationsSet;
223 std::vector<DIEAbbrev *> *Abbreviations;
245 DwarfUnits(AsmPrinter *AP, FoldingSet<DIEAbbrev> *AS,
246 std::vector<DIEAbbrev *> *A, const char *Pref,
259 void assignAbbrevNumber(DIEAbbrev &Abbrev);
324 FoldingSet<DIEAbbrev> AbbreviationsSet;
327 std::vector<DIEAbbrev *> Abbreviations;
449 FoldingSet<DIEAbbrev> SkeletonAbbrevSet;
452 std::vector<DIEAbbrev *> SkeletonAbbrevs
    [all...]
DIE.h 54 /// DIEAbbrev - Dwarf abbreviation, describes the organization of a debug
56 class DIEAbbrev : public FoldingSetNode {
74 DIEAbbrev(uint16_t T, uint16_t C) : Tag(T), ChildrenFlag(C), Data() {}
122 DIEAbbrev Abbrev;
144 DIEAbbrev &getAbbrev() { return Abbrev; }
DIE.cpp 42 // DIEAbbrev Implementation
47 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const {
58 void DIEAbbrev::Emit(AsmPrinter *AP) const {
84 void DIEAbbrev::print(raw_ostream &O) {
101 void DIEAbbrev::dump() { print(dbgs()); }
127 const DIEAbbrev &Abbrevs = getAbbrev();
DwarfDebug.cpp 281 void DwarfUnits::assignAbbrevNumber(DIEAbbrev &Abbrev) {
283 DIEAbbrev *InSet = AbbreviationsSet->GetOrInsertNode(&Abbrev);
    [all...]

Completed in 729 milliseconds