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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp70 addDirectiveHandler<&COFFAsmParser::ParseDirectiveLinkOnce>(".linkonce");
127 bool ParseDirectiveLinkOnce(StringRef, SMLoc);
585 /// ParseDirectiveLinkOnce
587 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) { function in class:COFFAsmParser

Completed in 30 milliseconds