Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp623 SmallVector<uint8_t, 8> Indicies; in ParseSubsection() local
631 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
636 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
645 if (!Indicies.empty()) in ParseSubsection()
646 SW.printList(IndexName, Indicies); in ParseSubsection()