Searched refs:ParseIndexList (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 247 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,bool &AteExtraComma); 248 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { in ParseIndexList() function 250 if (ParseIndexList(Indices, AteExtraComma)) return true; in ParseIndexList()
|
D | LLParser.cpp | 1774 bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices, in ParseIndexList() function in LLParser 2792 ParseIndexList(Indices) || in ParseValID() 2812 ParseIndexList(Indices) || in ParseValID() 6064 ParseIndexList(Indices, AteExtraComma)) in ParseExtractValue() 6085 ParseIndexList(Indices, AteExtraComma)) in ParseInsertValue()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMAttributeParser.cpp | 549 void ARMAttributeParser::ParseIndexList(const uint8_t *Data, uint32_t &Offset, in ParseIndexList() function in llvm::ARMAttributeParser 631 ParseIndexList(Data, Offset, Indicies); in ParseSubsection() 636 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
|
D | ARMAttributeParser.h | 112 void ParseIndexList(const uint8_t *Data, uint32_t &Offset,
|