Home
last modified time | relevance | path

Searched refs:parseDirectivePushSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp55 addDirectiveHandler<&COFFAsmParser::parseDirectivePushSection>( in Initialize()
125 bool parseDirectivePushSection(StringRef, SMLoc);
433 bool COFFAsmParser::parseDirectivePushSection(StringRef directive, SMLoc loc) { in parseDirectivePushSection() function in COFFAsmParser
H A DELFAsmParser.cpp62 &ELFAsmParser::parseDirectivePushSection>(".pushsection"); in Initialize()
117 bool parseDirectivePushSection(StringRef, SMLoc);
374 bool ELFAsmParser::parseDirectivePushSection(StringRef s, SMLoc loc) { in parseDirectivePushSection() function in ELFAsmParser
H A DDarwinAsmParser.cpp73 addDirectiveHandler<&DarwinAsmParser::parseDirectivePushSection>( in Initialize()
208 bool parseDirectivePushSection(StringRef, SMLoc);
720 bool DarwinAsmParser::parseDirectivePushSection(StringRef S, SMLoc Loc) { in parseDirectivePushSection() function in DarwinAsmParser