Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp143 bool ParseSectionArguments(bool IsPush, SMLoc loc);
342 if (ParseSectionArguments(/*IsPush=*/true, loc)) { in ParseDirectivePushSection()
358 return ParseSectionArguments(/*IsPush=*/false, loc); in ParseDirectiveSection()
361 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() function in ELFAsmParser
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp157 bool ParseSectionArguments(bool IsPush, SMLoc loc);
371 if (ParseSectionArguments(/*IsPush=*/true, loc)) { in ParseDirectivePushSection()
386 return ParseSectionArguments(/*IsPush=*/false, loc); in ParseDirectiveSection()
484 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() function in ELFAsmParser