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) {
452 SMLoc nextLoc = getTok().getLoc();
482 bool COFFMasmParser::parseDirectiveEndProc(StringRef Directive, SMLoc Loc) {
484 SMLoc LabelLoc = getTok().getLoc();
502 bool COFFMasmParser::parseDirectiveAlias(StringRef Directive, SMLoc Loc) {
522 SMLoc Loc) {
524 SMLoc SizeLoc = getTok().getLoc();
534 SMLoc Loc) {