Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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