Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1682 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit() local
1683 if (!StmtList) in patchLineTableForUnit()
1692 uint32_t StmtOffset = *StmtList; in patchLineTableForUnit()
1798 uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()
1809 LineData.slice(*StmtList + 4, PrologueEnd), in patchLineTableForUnit()
/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()