Searched defs:ParseIndexList (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp560 void ARMAttributeParser::ParseIndexList(const uint8_t *Data, uint32_t &Offset, function in class:llvm::ARMAttributeParser
642 ParseIndexList(Data, Offset, Indicies);
647 ParseIndexList(Data, Offset, Indicies);
/external/llvm/lib/AsmParser/
H A DLLParser.h248 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,
250 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { function in class:llvm::LLParser
252 if (ParseIndexList(Indices, AteExtraComma)) return true;
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.h186 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,bool &AteExtraComma);
187 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { function in class:llvm::LLParser
189 if (ParseIndexList(Indices, AteExtraComma)) return true;

Completed in 248 milliseconds