Searched refs:ParseDirectiveSection (Results 1 – 2 of 2) sorted by relevance
61 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section"); in Initialize()119 bool ParseDirectiveSection(StringRef, SMLoc);355 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() function in COFFAsmParser
67 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section"); in Initialize()142 bool ParseDirectiveSection(StringRef, SMLoc);396 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { in ParseDirectiveSection() function in ELFAsmParser