Searched refs:ParseDirectiveSection (Results 1 – 2 of 2) sorted by relevance
62 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section"); in Initialize()127 bool ParseDirectiveSection(StringRef, SMLoc);363 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() function in COFFAsmParser
68 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section"); in Initialize()143 bool ParseDirectiveSection(StringRef, SMLoc);388 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { in ParseDirectiveSection() function in ELFAsmParser