Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h135 DIE *getDIE(const MDNode *N) { return MDNodeToDieMap.lookup(N); } in getDIE() function
DDwarfDebug.h141 DIE *getDIE() const { return TheDIE; } in getDIE() function