Home
last modified time | relevance | path

Searched refs:addGlobalType (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h189 void addGlobalType(DIType Ty, const DIE &Die, DIScope Context) override;
DDwarfUnit.h162 virtual void addGlobalType(DIType Ty, const DIE &Die, DIScope Context) {} in addGlobalType() function
DDwarfCompileUnit.cpp719 void DwarfCompileUnit::addGlobalType(DIType Ty, const DIE &Die, in addGlobalType() function in llvm::DwarfCompileUnit
DDwarfUnit.cpp864 addGlobalType(Ty, TyDIE, Context); in updateAcceleratorTables()