Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionELF.cpp65 if (MAI.usesSunStyleELFSectionSwitchSyntax() && in PrintSwitchToSection()
/external/llvm/lib/MC/
DMCSectionELF.cpp74 if (MAI.usesSunStyleELFSectionSwitchSyntax() && in PrintSwitchToSection()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h411 bool usesSunStyleELFSectionSwitchSyntax() const { in usesSunStyleELFSectionSwitchSyntax() function
/external/llvm/include/llvm/MC/
DMCAsmInfo.h443 bool usesSunStyleELFSectionSwitchSyntax() const { in usesSunStyleELFSectionSwitchSyntax() function
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp397 if (!getContext().getAsmInfo()->usesSunStyleELFSectionSwitchSyntax() in ParseSectionArguments()