Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp617 SmallVector<uint8_t, 8> Indicies; in ParseSubsection() local
625 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
630 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
639 if (!Indicies.empty()) in ParseSubsection()
640 SW.printList(IndexName, Indicies); in ParseSubsection()