Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp634 SmallVector<uint8_t, 8> Indicies; in ParseSubsection() local
642 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
647 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
656 if (!Indicies.empty()) in ParseSubsection()
657 SW.printList(IndexName, Indicies); in ParseSubsection()