Searched refs:parseDirectiveSection (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp74 addDirectiveHandler<&DarwinAsmParser::parseDirectiveSection>(".section");
207 bool parseDirectiveSection(StringRef, SMLoc);
662 /// parseDirectiveSection:
664 bool DarwinAsmParser::parseDirectiveSection(StringRef, SMLoc) { function in class:DarwinAsmParser
735 if (parseDirectiveSection(S, Loc)) {

Completed in 113 milliseconds