Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp61 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section"); in Initialize()
119 bool ParseDirectiveSection(StringRef, SMLoc);
355 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() function in COFFAsmParser
H A DELFAsmParser.cpp67 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section"); in Initialize()
142 bool ParseDirectiveSection(StringRef, SMLoc);
396 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { in ParseDirectiveSection() function in ELFAsmParser