Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp55 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
93 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anon53315d830111::COFFAsmParser
DELFAsmParser.cpp54 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
95 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anona4be663c0111::ELFAsmParser