HomeSort by relevance Sort by last modified time
    Searched defs:setDIE (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 116 void setDIE(DIE &D) { TheDIE = &D; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 139 void setDIE(DIE *D) { TheDIE = D; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 132 void setDIE(DIE &D) { TheDIE = &D; }

Completed in 244 milliseconds