Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DELFAttributeParser.h41 void parseIndexList(SmallVectorImpl<uint8_t> &indexList);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h285 bool parseIndexList(SmallVectorImpl<unsigned> &Indices,
287 bool parseIndexList(SmallVectorImpl<unsigned> &Indices) { in parseIndexList() function
289 if (parseIndexList(Indices, AteExtraComma)) in parseIndexList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2514 bool LLParser::parseIndexList(SmallVectorImpl<unsigned> &Indices, in parseIndexList() function in LLParser
3640 parseGlobalTypeAndValue(Val) || parseIndexList(Indices) || in parseValID()
3660 parseGlobalTypeAndValue(Val1) || parseIndexList(Indices) || in parseValID()
7803 parseIndexList(Indices, AteExtraComma)) in parseExtractValue()
7824 parseIndexList(Indices, AteExtraComma)) in parseInsertValue()