Lines Matching defs:SMLoc

220   bool parseSectionDirectiveBss(StringRef, SMLoc) {  in parseSectionDirectiveBss()  argument
224 bool parseSectionDirectiveConst(StringRef, SMLoc) { in parseSectionDirectiveConst() argument
228 bool parseSectionDirectiveStaticConst(StringRef, SMLoc) { in parseSectionDirectiveStaticConst() argument
232 bool parseSectionDirectiveCString(StringRef, SMLoc) { in parseSectionDirectiveCString() argument
237 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) { in parseSectionDirectiveLiteral4() argument
242 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) { in parseSectionDirectiveLiteral8() argument
247 bool parseSectionDirectiveLiteral16(StringRef, SMLoc) { in parseSectionDirectiveLiteral16() argument
252 bool parseSectionDirectiveConstructor(StringRef, SMLoc) { in parseSectionDirectiveConstructor() argument
256 bool parseSectionDirectiveDestructor(StringRef, SMLoc) { in parseSectionDirectiveDestructor() argument
260 bool parseSectionDirectiveFVMLibInit0(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit0() argument
264 bool parseSectionDirectiveFVMLibInit1(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit1() argument
268 bool parseSectionDirectiveSymbolStub(StringRef, SMLoc) { in parseSectionDirectiveSymbolStub() argument
276 bool parseSectionDirectivePICSymbolStub(StringRef, SMLoc) { in parseSectionDirectivePICSymbolStub() argument
282 bool parseSectionDirectiveData(StringRef, SMLoc) { in parseSectionDirectiveData() argument
286 bool parseSectionDirectiveStaticData(StringRef, SMLoc) { in parseSectionDirectiveStaticData() argument
290 bool parseSectionDirectiveNonLazySymbolPointers(StringRef, SMLoc) { in parseSectionDirectiveNonLazySymbolPointers() argument
295 bool parseSectionDirectiveLazySymbolPointers(StringRef, SMLoc) { in parseSectionDirectiveLazySymbolPointers() argument
300 bool parseSectionDirectiveThreadLocalVariablePointers(StringRef, SMLoc) { in parseSectionDirectiveThreadLocalVariablePointers() argument
305 bool parseSectionDirectiveDyld(StringRef, SMLoc) { in parseSectionDirectiveDyld() argument
309 bool parseSectionDirectiveModInitFunc(StringRef, SMLoc) { in parseSectionDirectiveModInitFunc() argument
314 bool parseSectionDirectiveModTermFunc(StringRef, SMLoc) { in parseSectionDirectiveModTermFunc() argument
319 bool parseSectionDirectiveConstData(StringRef, SMLoc) { in parseSectionDirectiveConstData() argument
323 bool parseSectionDirectiveObjCClass(StringRef, SMLoc) { in parseSectionDirectiveObjCClass() argument
328 bool parseSectionDirectiveObjCMetaClass(StringRef, SMLoc) { in parseSectionDirectiveObjCMetaClass() argument
333 bool parseSectionDirectiveObjCCatClsMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCCatClsMeth() argument
338 bool parseSectionDirectiveObjCCatInstMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCCatInstMeth() argument
343 bool parseSectionDirectiveObjCProtocol(StringRef, SMLoc) { in parseSectionDirectiveObjCProtocol() argument
348 bool parseSectionDirectiveObjCStringObject(StringRef, SMLoc) { in parseSectionDirectiveObjCStringObject() argument
353 bool parseSectionDirectiveObjCClsMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCClsMeth() argument
358 bool parseSectionDirectiveObjCInstMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCInstMeth() argument
363 bool parseSectionDirectiveObjCClsRefs(StringRef, SMLoc) { in parseSectionDirectiveObjCClsRefs() argument
369 bool parseSectionDirectiveObjCMessageRefs(StringRef, SMLoc) { in parseSectionDirectiveObjCMessageRefs() argument
375 bool parseSectionDirectiveObjCSymbols(StringRef, SMLoc) { in parseSectionDirectiveObjCSymbols() argument
380 bool parseSectionDirectiveObjCCategory(StringRef, SMLoc) { in parseSectionDirectiveObjCCategory() argument
385 bool parseSectionDirectiveObjCClassVars(StringRef, SMLoc) { in parseSectionDirectiveObjCClassVars() argument
390 bool parseSectionDirectiveObjCInstanceVars(StringRef, SMLoc) { in parseSectionDirectiveObjCInstanceVars() argument
395 bool parseSectionDirectiveObjCModuleInfo(StringRef, SMLoc) { in parseSectionDirectiveObjCModuleInfo() argument
400 bool parseSectionDirectiveObjCClassNames(StringRef, SMLoc) { in parseSectionDirectiveObjCClassNames() argument
405 bool parseSectionDirectiveObjCMethVarTypes(StringRef, SMLoc) { in parseSectionDirectiveObjCMethVarTypes() argument
410 bool parseSectionDirectiveObjCMethVarNames(StringRef, SMLoc) { in parseSectionDirectiveObjCMethVarNames() argument
415 bool parseSectionDirectiveObjCSelectorStrs(StringRef, SMLoc) { in parseSectionDirectiveObjCSelectorStrs() argument
420 bool parseSectionDirectiveTData(StringRef, SMLoc) { in parseSectionDirectiveTData() argument
425 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument
430 bool parseSectionDirectiveTLV(StringRef, SMLoc) { in parseSectionDirectiveTLV() argument
435 bool parseSectionDirectiveIdent(StringRef, SMLoc) { in parseSectionDirectiveIdent() argument
441 bool parseSectionDirectiveThreadInitFunc(StringRef, SMLoc) { in parseSectionDirectiveThreadInitFunc() argument
503 bool DarwinAsmParser::parseDirectiveAltEntry(StringRef, SMLoc) { in parseDirectiveAltEntry() argument
523 bool DarwinAsmParser::parseDirectiveDesc(StringRef, SMLoc) { in parseDirectiveDesc() argument
609 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) { in parseDirectiveLinkerOption() argument
635 bool DarwinAsmParser::parseDirectiveLsym(StringRef, SMLoc) { in parseDirectiveLsym() argument
665 bool DarwinAsmParser::parseDirectiveSection(StringRef, SMLoc) { in parseDirectiveSection() argument
743 bool DarwinAsmParser::parseDirectivePopSection(StringRef, SMLoc) { in parseDirectivePopSection() argument
751 bool DarwinAsmParser::parseDirectivePrevious(StringRef DirName, SMLoc) { in parseDirectivePrevious() argument
814 bool DarwinAsmParser::parseDirectiveSubsectionsViaSymbols(StringRef, SMLoc) { in parseDirectiveSubsectionsViaSymbols() argument
827 bool DarwinAsmParser::parseDirectiveTBSS(StringRef, SMLoc) { in parseDirectiveTBSS() argument
883 bool DarwinAsmParser::parseDirectiveZerofill(StringRef, SMLoc) { in parseDirectiveZerofill() argument
971 bool DarwinAsmParser::parseDirectiveDataRegion(StringRef, SMLoc) { in parseDirectiveDataRegion() argument
996 bool DarwinAsmParser::parseDirectiveDataRegionEnd(StringRef, SMLoc) { in parseDirectiveDataRegionEnd() argument