Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h484 int ParseAlloc(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp4817 case lltok::kw_alloca: return ParseAlloc(Inst, PFS); in ParseInstruction()
5739 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc() function in LLParser