Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp503 bool parseMachineMemoryOperand(MachineMemOperand *&Dest);
1053 if (parseMachineMemoryOperand(MemOp)) in parse()
3014 bool MIParser::parseMachineMemoryOperand(MachineMemOperand *&Dest) { in parseMachineMemoryOperand() function in MIParser