HomeSort by relevance Sort by last modified time
    Searched refs:IndexTyDie (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 52 /// IndexTyDie - An anonymous type for index type. Owned by CUDie.
53 DIE *IndexTyDie;
169 return IndexTyDie;
175 IndexTyDie = D;
DwarfCompileUnit.cpp 37 : ID(I), Language(L), CUDie(D), Asm(A), DD(DW), IndexTyDie(0) {
    [all...]

Completed in 33 milliseconds