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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h133 /// getDIE - Returns the debug information entry map slot for the
135 DIE *getDIE(const MDNode *N) { return MDNodeToDieMap.lookup(N); } function in class:llvm::CompileUnit
H A DDwarfDebug.h141 DIE *getDIE() const { return TheDIE; } function in class:llvm::DbgVariable

Completed in 62 milliseconds