Searched refs:ParseDirectiveSection (Results 1 – 2 of 2) sorted by relevance
58 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section"); in Initialize()140 bool ParseDirectiveSection(StringRef, SMLoc);365 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { in ParseDirectiveSection() function in ELFAsmParser
53 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section"); in Initialize()114 bool ParseDirectiveSection(StringRef, SMLoc);336 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() function in COFFAsmParser