Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:CPU

8231     else if (IDVal == ".cpu")
8613 /// ::= .cpu str
8615 StringRef CPU = getParser().parseStringToEndOfStatement().trim();
8616 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU);