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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 136 // setIndexTyDie - Set D as anonymous type for index which can be reused
138 void setIndexTyDie(DIE *D) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 356 void setIndexTyDie(DIE *D) { IndexTyDie = D; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 364 void setIndexTyDie(DIE *D) { IndexTyDie = D; }

Completed in 149 milliseconds