Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp429 bool parseStandaloneStackObject(int &FI);
1256 bool MIParser::parseStandaloneStackObject(int &FI) { in parseStandaloneStackObject() function in MIParser
3613 return MIParser(PFS, Error, Src).parseStandaloneStackObject(FI); in parseStackObjectReference()