Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp55 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
98 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anon1adb9dfd0111::COFFAsmParser
H A DELFAsmParser.cpp55 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
96 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anon93857f760111::ELFAsmParser