Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp55 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
93 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anon51d033b70111::COFFAsmParser
H A DELFAsmParser.cpp54 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
95 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anondb0145f00111::ELFAsmParser