Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp274 void checkForBadMacro(SMLoc DirectiveLoc, StringRef Name, StringRef Body,
353 bool parseRegisterOrRegisterNumber(int64_t &Register, SMLoc DirectiveLoc);
540 bool parseDirectiveReloc(SMLoc DirectiveLoc); // ".reloc"
555 bool parseDirectiveFile(SMLoc DirectiveLoc);
576 bool parseDirectiveCFIRegister(SMLoc DirectiveLoc);
582 bool parseDirectiveCFIDefCfa(SMLoc DirectiveLoc);
584 bool parseDirectiveCFIDefCfaRegister(SMLoc DirectiveLoc);
585 bool parseDirectiveCFIOffset(SMLoc DirectiveLoc);
586 bool parseDirectiveCFIRelOffset(SMLoc DirectiveLoc);
590 bool parseDirectiveCFISameValue(SMLoc DirectiveLoc);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h35 SMLoc DirectiveLoc) { in HandleDirective() argument
37 return (Obj->*Handler)(Directive, DirectiveLoc); in HandleDirective()