Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp373 StringRef flagId = getTok().getIdentifier(); in parseSunStyleSectionFlags() local
374 if (flagId == "alloc") in parseSunStyleSectionFlags()
376 else if (flagId == "execinstr") in parseSunStyleSectionFlags()
378 else if (flagId == "write") in parseSunStyleSectionFlags()
380 else if (flagId == "tls") in parseSunStyleSectionFlags()