HomeSort by relevance Sort by last modified time
    Searched full:flagid (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 315 StringRef flagId = getTok().getIdentifier();
316 if (flagId == "alloc")
318 else if (flagId == "execinstr")
320 else if (flagId == "write")
322 else if (flagId == "tls")

Completed in 628 milliseconds