Home
last modified time | relevance | path

Searched defs:Directive (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp32 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
236 bool COFFMasmParser::parseDirectiveSegment(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegment() argument
372 bool COFFMasmParser::parseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegmentEnd() argument
385 bool COFFMasmParser::parseDirectiveIncludelib(StringRef Directive, SMLoc Loc) { in ParseDirectiveIncludelib() argument
403 bool COFFMasmParser::parseDirectiveOption(StringRef Directive, SMLoc Loc) { in ParseDirectiveOption() argument
443 bool COFFMasmParser::parseDirectiveProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveProc() argument
479 ParseDirectiveEndProc(StringRef Directive,SMLoc Loc) ParseDirectiveEndProc() argument
499 ParseDirectiveAlias(StringRef Directive,SMLoc Loc) ParseDirectiveAlias() argument
518 ParseSEHDirectiveAllocStack(StringRef Directive,SMLoc Loc) ParseSEHDirectiveAllocStack() argument
530 ParseSEHDirectiveEndProlog(StringRef Directive,SMLoc Loc) ParseSEHDirectiveEndProlog() argument
[all...]
H A DGOFFAsmParser.cpp17 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler()
H A DXCOFFAsmParser.cpp23 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler()
H A DDarwinAsmParser.cpp44 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
446 bool parseWatchOSVersionMin(StringRef Directive, SMLoc Loc) { in parseWatchOSVersionMin() argument
449 bool parseTvOSVersionMin(StringRef Directive, SMLoc Loc) { in parseTvOSVersionMin() argument
452 bool parseIOSVersionMin(StringRef Directive, SMLoc Loc) { in parseIOSVersionMin() argument
455 bool parseMacOSXVersionMin(StringRef Directive, SMLo in parseIOSVersionMin() argument
586 parseDirectiveDumpOrLoad(StringRef Directive,SMLoc IDLoc) parseDirectiveDumpOrLoad() argument
1091 checkVersion(StringRef Directive,StringRef Arg,SMLoc Loc,Triple::OSType ExpectedOS) checkVersion() argument
1121 parseVersionMin(StringRef Directive,SMLoc Loc,MCVersionMinType Type) parseVersionMin() argument
1165 parseBuildVersion(StringRef Directive,SMLoc Loc) parseBuildVersion() argument
[all...]
H A DWasmAsmParser.cpp41 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler()
286 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute()
H A DCOFFAsmParser.cpp33 addDirectiveHandler(StringRef Directive) addDirectiveHandler() argument
272 ParseDirectiveSymbolAttribute(StringRef Directive,SMLoc) ParseDirectiveSymbolAttribute() argument
H A DELFAsmParser.cpp37 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
168 bool ELFAsmParser::parseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DDirectiveTree.h
/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h95 struct Directive { struct
99 DirectiveKind Kind = pp_none; argument
101 Directive() = default; argument
102 Directive(DirectiveKind K, ArrayRef<Token> Tokens) in Directive() function
/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.h38 Symbol::IncludeDirective Directive) in IncludeFixer()
84 const Symbol::IncludeDirective Directive; variable
H A DHeaders.h55 Symbol::IncludeDirective Directive; global() member
69 tok::PPKeywordKind Directive; // Directive used for inclusion, e.g. import global() member
/llvm-project/clang-tools-extra/clang-tidy/openmp/
H A DUseDefaultNoneCheck.cpp34 const auto *Directive = in check() local
H A DExceptionEscapeCheck.cpp52 const auto *Directive = in check() local
/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp41 emitDwarfFileDirective(StringRef Directive) emitDwarfFileDirective() argument
/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h100 IncludeDirective Directive; member
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp160 unsigned Directive = in PreEmitNoops() local
220 unsigned Directive = in EmitNoop() local
H A DPPCTargetTransformInfo.cpp503 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getCacheLineSize() local
519 unsigned Directive = ST->getCPUDirective(); getMaxInterleaveFactor() local
[all...]
/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h33 StringRef Directive, in HandleDirective() argument
/llvm-project/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp
/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h115 explicit Directive(const llvm::Record *Def) : BaseRecord(Def) {} Directive() function
/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h73 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, in Directive() function
/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp290 SmallString<128> Directive; emitCommonSymbol() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp122 insert(llvm::StringRef VerbatimHeader,tooling::IncludeDirective Directive) insert() argument
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.h168 enum Kind { Literal, String, Variable, Whitespace, Directive, Optional }; enumerator

12