Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp58 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section"); in Initialize()
116 bool ParseDirectiveSection(StringRef, SMLoc);
352 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() function in COFFAsmParser
H A DELFAsmParser.cpp65 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section"); in Initialize()
140 bool ParseDirectiveSection(StringRef, SMLoc);
398 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { in ParseDirectiveSection() function in ELFAsmParser