Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DELFAttributeParser.cpp85 void ELFAttributeParser::parseIndexList(SmallVectorImpl<uint8_t> &indexList) { in parseIndexList() function in ELFAttributeParser
161 parseIndexList(indicies); in parseSubsection()
166 parseIndexList(indicies); in parseSubsection()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DELFAttributeParser.h42 void parseIndexList(SmallVectorImpl<uint8_t> &indexList);
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h289 bool parseIndexList(SmallVectorImpl<unsigned> &Indices,
291 bool parseIndexList(SmallVectorImpl<unsigned> &Indices) { in parseIndexList() function
293 if (parseIndexList(Indices, AteExtraComma)) in parseIndexList()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2329 bool LLParser::parseIndexList(SmallVectorImpl<unsigned> &Indices, in parseIndexList() function in LLParser
7638 parseIndexList(Indices, AteExtraComma)) in parseExtractValue()
7659 parseIndexList(Indices, AteExtraComma)) in parseInsertValue()