Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h919 DIE &getUnitDie() { return Die; } in getUnitDie() function
920 const DIE &getUnitDie() const { return Die; } in getUnitDie() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp197 const DIE *DIE::getUnitDie() const { in getUnitDie() function in DIE