Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp87 void ELFAttributeParser::parseIndexList(SmallVectorImpl<uint8_t> &indexList) { in parseIndexList() function in ELFAttributeParser
163 parseIndexList(indicies); in parseSubsection()
168 parseIndexList(indicies); in parseSubsection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h41 void parseIndexList(SmallVectorImpl<uint8_t> &indexList);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h277 bool parseIndexList(SmallVectorImpl<unsigned> &Indices,
279 bool parseIndexList(SmallVectorImpl<unsigned> &Indices) { in parseIndexList() function
281 if (parseIndexList(Indices, AteExtraComma)) in parseIndexList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2187 bool LLParser::parseIndexList(SmallVectorImpl<unsigned> &Indices, in parseIndexList() function in LLParser
3329 parseGlobalTypeAndValue(Val) || parseIndexList(Indices) || in parseValID()
3349 parseGlobalTypeAndValue(Val1) || parseIndexList(Indices) || in parseValID()
7504 parseIndexList(Indices, AteExtraComma)) in parseExtractValue()
7525 parseIndexList(Indices, AteExtraComma)) in parseInsertValue()