/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 32 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 D | GOFFAsmParser.cpp | 17 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler()
|
H A D | XCOFFAsmParser.cpp | 23 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler()
|
H A D | DarwinAsmParser.cpp | 44 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 D | WasmAsmParser.cpp | 41 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() 286 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute()
|
H A D | COFFAsmParser.cpp | 33 addDirectiveHandler(StringRef Directive) addDirectiveHandler() argument 272 ParseDirectiveSymbolAttribute(StringRef Directive,SMLoc) ParseDirectiveSymbolAttribute() argument
|
H A D | ELFAsmParser.cpp | 37 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 D | DirectiveTree.h |
|
/llvm-project/clang/include/clang/Lex/ |
H A D | DependencyDirectivesScanner.h | 95 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 D | IncludeFixer.h | 38 Symbol::IncludeDirective Directive) in IncludeFixer() 84 const Symbol::IncludeDirective Directive; variable
|
H A D | Headers.h | 55 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 D | UseDefaultNoneCheck.cpp | 34 const auto *Directive = in check() local
|
H A D | ExceptionEscapeCheck.cpp | 52 const auto *Directive = in check() local
|
/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 41 emitDwarfFileDirective(StringRef Directive) emitDwarfFileDirective() argument
|
/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | HeaderIncludes.h | 100 IncludeDirective Directive; member
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 160 unsigned Directive = in PreEmitNoops() local 220 unsigned Directive = in EmitNoop() local
|
H A D | PPCTargetTransformInfo.cpp | 503 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 D | MCAsmParserExtension.h | 33 StringRef Directive, in HandleDirective() argument
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | DirectiveTree.cpp |
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | DirectiveTreeTest.cpp |
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | DirectiveEmitter.h | 115 explicit Directive(const llvm::Record *Def) : BaseRecord(Def) {} Directive() function
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 73 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, in Directive() function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCWinCOFFStreamer.cpp | 290 SmallString<128> Directive; emitCommonSymbol() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | HeadersTests.cpp | 122 insert(llvm::StringRef VerbatimHeader,tooling::IncludeDirective Directive) insert() argument
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | FormatGen.h | 168 enum Kind { Literal, String, Variable, Whitespace, Directive, Optional }; enumerator
|