Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp58 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
96 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anoncb6e5abb0111::COFFAsmParser
H A DELFAsmParser.cpp56 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
97 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anonee349c740111::ELFAsmParser