Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFUnit.cpp132 std::vector<DWARFDebugInfoEntryMinimal *> ParentChain; in setDIERelations() local
142 ParentChain.push_back(&DIE); in setDIERelations()
149 SiblingChain = ParentChain.back(); in setDIERelations()
150 ParentChain.pop_back(); in setDIERelations()
154 assert(ParentChain.empty()); in setDIERelations()