Searched refs:StmtList (Results 1 – 2 of 2) sorted by relevance
2982 uint64_t StmtList = CUDie->getAttributeValueAsSectionOffset( in patchLineTableForUnit() local2984 if (StmtList == -1ULL) in patchLineTableForUnit()2993 uint32_t StmtOffset = StmtList; in patchLineTableForUnit()3087 uint32_t PrologueEnd = StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()3102 LineData.slice(StmtList + 4, PrologueEnd), in patchLineTableForUnit()
330 | stmt ';' { SL = new StmtList(); SL->insert($1); $$ = SL; }