Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp55 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section"); in Initialize()
113 bool ParseDirectiveSection(StringRef, SMLoc);
334 bool COFFAsmParser::ParseDirectiveSection(StringRef directive, SMLoc loc) { in ParseDirectiveSection() function in COFFAsmParser
H A DELFAsmParser.cpp66 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section"); in Initialize()
141 bool ParseDirectiveSection(StringRef, SMLoc);
412 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { in ParseDirectiveSection() function in ELFAsmParser