Home
last modified time | relevance | path

Searched defs:getUnitDie (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h911 DIE &getUnitDie() { return Die; } in getUnitDie() function
912 const DIE &getUnitDie() const { return Die; } in getUnitDie() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp203 const DIE *DIE::getUnitDie() const { in getUnitDie() function in DIE