Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp429 bool parseStandaloneStackObject(int &FI);
1144 bool MIParser::parseStandaloneStackObject(int &FI) { in parseStandaloneStackObject() function in MIParser
3253 return MIParser(PFS, Error, Src).parseStandaloneStackObject(FI); in parseStackObjectReference()