Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp67 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSecIdx>(".secidx"); in Initialize()
122 bool ParseDirectiveSecIdx(StringRef, SMLoc);
550 bool COFFAsmParser::ParseDirectiveSecIdx(StringRef, SMLoc) { in ParseDirectiveSecIdx() function in COFFAsmParser