Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp59 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSecIdx>(".secidx"); in Initialize()
120 bool ParseDirectiveSecIdx(StringRef, SMLoc);
472 bool COFFAsmParser::ParseDirectiveSecIdx(StringRef, SMLoc) { in ParseDirectiveSecIdx() function in COFFAsmParser