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