Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp354 StringRef FlagsStr = getTok().getStringContents(); in ParseDirectiveSection() local
357 int extraFlags = parseSectionFlags(FlagsStr); in ParseDirectiveSection()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp402 StringRef FlagsStr = getTok().getStringContents(); in ParseSectionArguments() local
404 extraFlags = parseSectionFlags(FlagsStr, &UseLastGroup); in ParseSectionArguments()
DCOFFAsmParser.cpp353 StringRef FlagsStr = getTok().getStringContents(); in ParseDirectiveSection() local
356 if (ParseSectionFlags(FlagsStr, &Flags)) in ParseDirectiveSection()