Home
last modified time | relevance | path

Searched defs:StringRef (Results 1 – 25 of 195) sorted by relevance

12345678

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp221 bool parseSectionDirectiveBss(StringRef, SMLoc) { in parseSectionDirectiveBss() argument
225 bool parseSectionDirectiveConst(StringRef, SMLoc) { in parseSectionDirectiveConst() argument
229 bool parseSectionDirectiveStaticConst(StringRef, SMLoc) { in parseSectionDirectiveStaticConst() argument
233 bool parseSectionDirectiveCString(StringRef, SMLoc) { in parseSectionDirectiveCString() argument
238 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) { in parseSectionDirectiveLiteral4() argument
243 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) { in parseSectionDirectiveLiteral8() argument
248 bool parseSectionDirectiveLiteral16(StringRef, SMLoc) { in parseSectionDirectiveLiteral16() argument
253 bool parseSectionDirectiveConstructor(StringRef, SMLoc) { in parseSectionDirectiveConstructor() argument
257 bool parseSectionDirectiveDestructor(StringRef, SMLoc) { in parseSectionDirectiveDestructor() argument
261 bool parseSectionDirectiveFVMLibInit0(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit0() argument
[all …]
H A DCOFFAsmParser.cpp96 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
104 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
111 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
355 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() argument
414 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument
428 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument
441 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
454 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument
460 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() argument
489 bool COFFAsmParser::ParseDirectiveRVA(StringRef, SMLoc) { in ParseDirectiveRVA() argument
[all …]
H A DELFAsmParser.cpp92 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
97 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
102 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
107 bool ParseSectionDirectiveRoData(StringRef, SMLoc) { in ParseSectionDirectiveRoData() argument
112 bool ParseSectionDirectiveTData(StringRef, SMLoc) { in ParseSectionDirectiveTData() argument
118 bool ParseSectionDirectiveTBSS(StringRef, SMLoc) { in ParseSectionDirectiveTBSS() argument
124 bool ParseSectionDirectiveDataRel(StringRef, SMLoc) { in ParseSectionDirectiveDataRel() argument
129 bool ParseSectionDirectiveDataRelRo(StringRef, SMLoc) { in ParseSectionDirectiveDataRelRo() argument
135 bool ParseSectionDirectiveEhFrame(StringRef, SMLoc) { in ParseSectionDirectiveEhFrame() argument
223 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) { in ParseDirectiveSize() argument
[all …]
H A DWasmAsmParser.cpp88 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument
137 bool parseSectionDirective(StringRef, SMLoc loc) { in parseSectionDirective() argument
203 bool parseDirectiveSize(StringRef, SMLoc) { in parseDirectiveSize() argument
221 bool parseDirectiveType(StringRef, SMLoc) { in parseDirectiveType() argument
254 bool ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() argument
H A DCOFFMasmParser.cpp61 bool IgnoreDirective(StringRef, SMLoc) { in IgnoreDirective() argument
190 bool ParseSectionDirectiveCode(StringRef, SMLoc) { in ParseSectionDirectiveCode() argument
198 bool ParseSectionDirectiveInitializedData(StringRef, SMLoc) { in ParseSectionDirectiveInitializedData() argument
206 bool ParseSectionDirectiveUninitializedData(StringRef, SMLoc) { in ParseSectionDirectiveUninitializedData() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp36 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangSyntaxOnlyAdjuster()
72 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripOutputAdjuster()
90 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripSerializeDiagnosticAdjuster()
106 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripDependencyFileAdjuster()
136 return [Extra, Pos](const CommandLineArguments &Args, StringRef /*unused*/) { in getInsertArgumentAdjuster()
169 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getStripPluginsAdjuster()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStubCommon.cpp129 QuotingType ScalarTraits<PlatformSet>::mustQuote(StringRef) { in mustQuote() argument
150 QuotingType ScalarTraits<Architecture>::mustQuote(StringRef) { in mustQuote() argument
164 QuotingType ScalarTraits<PackedVersion>::mustQuote(StringRef) { in mustQuote() argument
215 QuotingType ScalarTraits<SwiftVersion>::mustQuote(StringRef) { in mustQuote() argument
233 QuotingType ScalarTraits<UUID>::mustQuote(StringRef) { in mustQuote() argument
H A DTextStubCommon.h25 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef) in LLVM_YAML_STRONG_TYPEDEF()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h113 void emitImportModule(const MCSymbolWasm *, StringRef) override {} in emitImportModule() argument
114 void emitImportName(const MCSymbolWasm *, StringRef) override {} in emitImportName() argument
115 void emitExportName(const MCSymbolWasm *, StringRef) override {} in emitExportName() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringRef.h38 class StringRef; variable
106 /*implicit*/ constexpr StringRef(const char *Str) in StringRef() function
110 /*implicit*/ constexpr StringRef(const char *data, size_t length) in StringRef() function
114 /*implicit*/ StringRef(const std::string &Str) in StringRef() function
119 /*implicit*/ constexpr StringRef(std::string_view Str) in StringRef() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h247 StringRef) override { in CreateASTConsumer() argument
258 StringRef) override { in CreateASTConsumer() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h19 class StringRef; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLocale.h5 class StringRef; variable
H A DTrigramIndex.h36 class StringRef; variable
H A DSignals.h20 class StringRef; variable
H A DProcess.h37 class StringRef; variable
H A DUnicode.h18 class StringRef; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h18 class StringRef; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DTableGenBackend.h18 class StringRef; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.h22 class StringRef; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.h16 class StringRef; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DFuzzerCLI.h22 class StringRef; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTargetRegistry.cpp112 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/InterfaceStub/
H A DTBEHandler.h26 class StringRef; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserUtils.h17 class StringRef; variable

12345678