Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h999 DIE &getUnitDie() { return Die; } in getUnitDie() function
1000 const DIE &getUnitDie() const { return Die; } in getUnitDie() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp191 const DIE *DIE::getUnitDie() const { in getUnitDie() function in DIE