HomeSort by: relevance | last modified time | path
    Searched defs:DIEAbbrevSet (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 138 // DIEAbbrevSet Implementation
141 DIEAbbrevSet::~DIEAbbrevSet() {
146 DIEAbbrev &DIEAbbrevSet::uniqueAbbreviation(DIE &Die) {
170 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const {
278 DIEAbbrevSet &AbbrevSet,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 135 class DIEAbbrevSet {
145 DIEAbbrevSet(BumpPtrAllocator &A) : Alloc(A) {}
146 ~DIEAbbrevSet();
826 DIEAbbrevSet &AbbrevSet, unsigned CUOffset);

Completed in 34 milliseconds