Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DELFAttributeParser.cpp87 void ELFAttributeParser::parseIndexList(SmallVectorImpl<uint8_t> &indexList) { in parseIndexList() function in ELFAttributeParser
163 parseIndexList(indicies); in parseSubsection()
168 parseIndexList(indicies); in parseSubsection()
/external/llvm-project/llvm/include/llvm/Support/
DELFAttributeParser.h41 void parseIndexList(SmallVectorImpl<uint8_t> &indexList);
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h284 bool parseIndexList(SmallVectorImpl<unsigned> &Indices,
286 bool parseIndexList(SmallVectorImpl<unsigned> &Indices) { in parseIndexList() function
288 if (parseIndexList(Indices, AteExtraComma)) in parseIndexList()
DLLParser.cpp2438 bool LLParser::parseIndexList(SmallVectorImpl<unsigned> &Indices, in parseIndexList() function in LLParser
3550 parseGlobalTypeAndValue(Val) || parseIndexList(Indices) || in parseValID()
3570 parseGlobalTypeAndValue(Val1) || parseIndexList(Indices) || in parseValID()
7661 parseIndexList(Indices, AteExtraComma)) in parseExtractValue()
7682 parseIndexList(Indices, AteExtraComma)) in parseInsertValue()