Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp195 const DIE *DIE::getUnitDie() const { getUnitDie() function in DIE