Home
last modified time | relevance | path

Searched refs:StmtList (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2982 uint64_t StmtList = CUDie->getAttributeValueAsSectionOffset( in patchLineTableForUnit() local
2984 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()
/external/bison/tests/
Dnamed-refs.at330 | stmt ';' { SL = new StmtList(); SL->insert($1); $$ = SL; }