Home
last modified time | relevance | path

Searched refs:parseStandaloneConstantValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DParser.cpp155 .parseStandaloneConstantValue(C, Slots)) in parseConstantValue()
H A DLLParser.h182 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
H A DLLParser.cpp78 bool LLParser::parseStandaloneConstantValue(Constant *&C, in parseStandaloneConstantValue() function in LLParser