Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp511 bool parseMachineMemoryOperand(MachineMemOperand *&Dest);
1132 if (parseMachineMemoryOperand(MemOp)) in parse()
3310 bool MIParser::parseMachineMemoryOperand(MachineMemOperand *&Dest) { in parseMachineMemoryOperand() function in MIParser