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.cpp66 addDirectiveHandler<&COFFAsmParser::parseDirectiveSecIdx>(".secidx"); in Initialize()
132 bool parseDirectiveSecIdx(StringRef, SMLoc);
563 bool COFFAsmParser::parseDirectiveSecIdx(StringRef, SMLoc) { in parseDirectiveSecIdx() function in COFFAsmParser