Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp73 addDirectiveHandler<&DarwinAsmParser::parseDirectivePushSection>( in Initialize()
208 bool parseDirectivePushSection(StringRef, SMLoc);
730 bool DarwinAsmParser::parseDirectivePushSection(StringRef S, SMLoc Loc) { in parseDirectivePushSection() function in DarwinAsmParser