Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp85 void ELFAttributeParser::parseIndexList(SmallVectorImpl<uint8_t> &indexList) { in parseIndexList() function in ELFAttributeParser
165 parseIndexList(indices); in parseSubsection()
170 parseIndexList(indices); in parseSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h42 void parseIndexList(SmallVectorImpl<uint8_t> &indexList);
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h330 bool parseIndexList(SmallVectorImpl<unsigned> &Indices,
332 bool parseIndexList(SmallVectorImpl<unsigned> &Indices) { in parseIndexList() function
334 if (parseIndexList(Indices, AteExtraComma)) in parseIndexList()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2843 bool LLParser::parseIndexList(SmallVectorImpl<unsigned> &Indices, in parseIndexList() function in LLParser
8528 parseIndexList(Indices, AteExtraComma)) in parseExtractValue()
8549 parseIndexList(Indices, AteExtraComma)) in parseInsertValue()