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 136 /// addGlobalType - Add a new global type to the compile unit.
138 void addGlobalType(DIType Ty);
DwarfCompileUnit.cpp 786 addGlobalType(Ty);
789 /// addGlobalType - Add a new global type to the compile unit.
791 void CompileUnit::addGlobalType(DIType Ty) {
812 addGlobalType(ATy);
    [all...]

Completed in 590 milliseconds