Searched refs:ParseIndexList (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 233 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,bool &AteExtraComma); 234 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { in ParseIndexList() function 236 if (ParseIndexList(Indices, AteExtraComma)) return true; in ParseIndexList()
|
D | LLParser.cpp | 1650 bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices, in ParseIndexList() function in LLParser 2614 ParseIndexList(Indices) || in ParseValID() 2634 ParseIndexList(Indices) || in ParseValID() 5566 ParseIndexList(Indices, AteExtraComma)) in ParseExtractValue() 5587 ParseIndexList(Indices, AteExtraComma)) in ParseInsertValue()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMAttributeParser.cpp | 543 void ARMAttributeParser::ParseIndexList(const uint8_t *Data, uint32_t &Offset, in ParseIndexList() function in llvm::ARMAttributeParser 625 ParseIndexList(Data, Offset, Indicies); in ParseSubsection() 630 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
|
D | ARMAttributeParser.h | 112 void ParseIndexList(const uint8_t *Data, uint32_t &Offset,
|