HomeSort by: relevance | last modified time | path
    Searched defs:insertDIE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 173 void insertDIE(const MDNode *TypeMD, DIE *Die) {
DwarfUnit.cpp 208 void DwarfUnit::insertDIE(const DINode *Desc, DIE *D) {
210 DU->insertDIE(Desc, D);
216 void DwarfUnit::insertDIE(DIE *D) {
391 insertDIE(N, &Die);

Completed in 23 milliseconds