Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h123 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
DDwarfDebug.h117 DIE *getDIE() const { return TheDIE; } in getDIE() function
DDwarfUnit.cpp170 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h141 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
DDwarfDebug.h133 DIE *getDIE() const { return TheDIE; } in getDIE() function
DDwarfUnit.cpp186 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h99 DIE *getDIE(const MDNode *N) { return MDNodeToDieMap.lookup(N); } in getDIE() function
DDwarfDebug.h140 DIE *getDIE() const { return TheDIE; } in getDIE() function