Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp514 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1500 return parseDirectiveEndIf(IDLoc); in parseStatement()
4647 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp646 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1791 return parseDirectiveEndIf(IDLoc); in parseStatement()
5306 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp646 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1805 return parseDirectiveEndIf(IDLoc); in parseStatement()
5341 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser
DMasmParser.cpp960 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // "endif"
2108 return parseDirectiveEndIf(IDLoc); in parseStatement()
6349 bool MasmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in MasmParser