Home
last modified time | relevance | path

Searched refs:parseTypeIdSummary (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h428 bool parseTypeIdSummary(TypeIdSummary &TIS);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9111 parseTypeIdSummary(TIS) || parseToken(lltok::rparen, "expected ')' here")) in parseTypeIdEntry()
9131 bool LLParser::parseTypeIdSummary(TypeIdSummary &TIS) { in parseTypeIdSummary() function in LLParser