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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 203 const DIE *DIE::getUnitDie() const {
215 const DIE *UnitDie = getUnitDie();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 833 const DIE *getUnitDie() const;
911 DIE &getUnitDie() { return Die; }
912 const DIE &getUnitDie() const { return Die; }

Completed in 21 milliseconds