Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DELFAttributeParser.h43 void parseIndexList(SmallVectorImpl<uint8_t> &indexList);
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLParser.h308 bool parseIndexList(SmallVectorImpl<unsigned> &Indices,
310 bool parseIndexList(SmallVectorImpl<unsigned> &Indices) { in parseIndexList() function
312 if (parseIndexList(Indices, AteExtraComma)) in parseIndexList()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp2535 bool LLParser::parseIndexList(SmallVectorImpl<unsigned> &Indices, in parseIndexList() function in LLParser
7913 parseIndexList(Indices, AteExtraComma)) in parseExtractValue()
7934 parseIndexList(Indices, AteExtraComma)) in parseInsertValue()