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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 110 /// addGlobalType - Add a new global type to the compile unit.
112 void addGlobalType(DIType Ty);
DwarfCompileUnit.cpp 666 addGlobalType(Ty);
669 /// addGlobalType - Add a new global type to the compile unit.
671 void CompileUnit::addGlobalType(DIType Ty) {
692 addGlobalType(ATy);
    [all...]

Completed in 31 milliseconds