Lines Matching defs:SMLoc
22 #include "llvm/Support/SMLoc.h"
31 template <bool (COFFMasmParser::*HandlerMethod)(StringRef, SMLoc)>
44 bool ParseDirectiveProc(StringRef, SMLoc);
45 bool ParseDirectiveEndProc(StringRef, SMLoc);
46 bool ParseDirectiveSegment(StringRef, SMLoc);
47 bool ParseDirectiveSegmentEnd(StringRef, SMLoc);
48 bool ParseDirectiveIncludelib(StringRef, SMLoc);
49 bool ParseDirectiveOption(StringRef, SMLoc);
51 bool ParseDirectiveAlias(StringRef, SMLoc);
53 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
54 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
56 bool IgnoreDirective(StringRef, SMLoc) {
185 bool ParseSectionDirectiveCode(StringRef, SMLoc) {
191 bool ParseSectionDirectiveInitializedData(StringRef, SMLoc) {
197 bool ParseSectionDirectiveUninitializedData(StringRef, SMLoc) {
236 bool COFFMasmParser::ParseDirectiveSegment(StringRef Directive, SMLoc Loc) {
276 SMLoc KeywordLoc = getTok().getLoc();
372 bool COFFMasmParser::ParseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) {
385 bool COFFMasmParser::ParseDirectiveIncludelib(StringRef Directive, SMLoc Loc) {
403 bool COFFMasmParser::ParseDirectiveOption(StringRef Directive, SMLoc Loc) {
443 bool COFFMasmParser::ParseDirectiveProc(StringRef Directive, SMLoc Loc) {
449 SMLoc nextLoc = getTok().getLoc();
479 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) {
481 SMLoc LabelLoc = getTok().getLoc();
499 bool COFFMasmParser::ParseDirectiveAlias(StringRef Directive, SMLoc Loc) {
519 SMLoc Loc) {
521 SMLoc SizeLoc = getTok().getLoc();
531 SMLoc Loc) {