Searched refs:constructSubrangeDIE (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 271 void constructSubrangeDIE(DIE &Buffer, DISubrange SR, DIE *IndexTy);
|
D | DwarfCompileUnit.cpp | 1121 void CompileUnit::constructSubrangeDIE(DIE &Buffer, DISubrange SR, DIE *IndexTy){ in constructSubrangeDIE() function in CompileUnit 1170 constructSubrangeDIE(Buffer, DISubrange(Element), IdxTy); in constructArrayTypeDIE()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 338 void constructSubrangeDIE(DIE &Buffer, const DISubrange *SR, DIE *IndexTy);
|
D | DwarfUnit.cpp | 1265 void DwarfUnit::constructSubrangeDIE(DIE &Buffer, const DISubrange *SR, in constructSubrangeDIE() function in DwarfUnit 1317 constructSubrangeDIE(Buffer, cast<DISubrange>(Element), IdxTy); in constructArrayTypeDIE()
|