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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 134 virtual void addGlobalType(const DIType *Ty, const DIE &Die,
398 void addGlobalType(const DIType *Ty, const DIE &Die,
DwarfCompileUnit.h 256 void addGlobalType(const DIType *Ty, const DIE &Die,
DwarfCompileUnit.cpp     [all...]
DwarfUnit.cpp 794 addGlobalType(Ty, TyDIE, Context);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 218 void addGlobalType(const DIType *Ty, const DIE &Die,
DwarfUnit.h 145 virtual void addGlobalType(const DIType *Ty, const DIE &Die,
DwarfCompileUnit.cpp 732 void DwarfCompileUnit::addGlobalType(const DIType *Ty, const DIE &Die,
    [all...]
DwarfUnit.cpp 749 addGlobalType(Ty, TyDIE, Context);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 93 /// addGlobalType - Add a new global type to the compile unit.
95 void addGlobalType(DIType Ty);
DwarfCompileUnit.cpp 629 addGlobalType(Ty);
632 /// addGlobalType - Add a new global type to the compile unit.
634 void CompileUnit::addGlobalType(DIType Ty) {
655 addGlobalType(ATy);
    [all...]

Completed in 544 milliseconds