Home
last modified time | relevance | path

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

12345678910

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp220 bool parseSectionDirectiveBss(StringRef, SMLoc) { in parseSectionDirectiveBss() argument
224 bool parseSectionDirectiveConst(StringRef, SMLoc) { in parseSectionDirectiveConst() argument
228 bool parseSectionDirectiveStaticConst(StringRef, SMLoc) { in parseSectionDirectiveStaticConst() argument
232 bool parseSectionDirectiveCString(StringRef, SMLoc) { in parseSectionDirectiveCString() argument
237 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) { in parseSectionDirectiveLiteral4() argument
242 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) { in parseSectionDirectiveLiteral8() argument
247 bool parseSectionDirectiveLiteral16(StringRef, SMLoc) { in parseSectionDirectiveLiteral16() argument
252 bool parseSectionDirectiveConstructor(StringRef, SMLoc) { in parseSectionDirectiveConstructor() argument
256 bool parseSectionDirectiveDestructor(StringRef, SMLoc) { in parseSectionDirectiveDestructor() argument
260 bool parseSectionDirectiveFVMLibInit0(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit0() argument
[all …]
H A DCOFFAsmParser.cpp93 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
101 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
108 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
359 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() argument
418 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument
432 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument
445 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
458 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument
464 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() argument
493 bool COFFAsmParser::ParseDirectiveRVA(StringRef, SMLoc) { in ParseDirectiveRVA() argument
[all …]
H A DELFAsmParser.cpp90 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
95 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
100 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
105 bool ParseSectionDirectiveRoData(StringRef, SMLoc) { in ParseSectionDirectiveRoData() argument
110 bool ParseSectionDirectiveTData(StringRef, SMLoc) { in ParseSectionDirectiveTData() argument
116 bool ParseSectionDirectiveTBSS(StringRef, SMLoc) { in ParseSectionDirectiveTBSS() argument
122 bool ParseSectionDirectiveDataRel(StringRef, SMLoc) { in ParseSectionDirectiveDataRel() argument
127 bool ParseSectionDirectiveDataRelRo(StringRef, SMLoc) { in ParseSectionDirectiveDataRelRo() argument
133 bool ParseSectionDirectiveEhFrame(StringRef, SMLoc) { in ParseSectionDirectiveEhFrame() argument
221 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) { in ParseDirectiveSize() argument
[all …]
H A DWasmAsmParser.cpp90 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument
95 bool parseSectionDirectiveData(StringRef, SMLoc) { in parseSectionDirectiveData() argument
145 bool parseSectionDirective(StringRef, SMLoc loc) { in parseSectionDirective() argument
211 bool parseDirectiveSize(StringRef, SMLoc Loc) { in parseDirectiveSize() argument
234 bool parseDirectiveType(StringRef, SMLoc) { in parseDirectiveType() argument
267 bool ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() argument
H A DCOFFMasmParser.cpp57 bool IgnoreDirective(StringRef, SMLoc) { in IgnoreDirective() argument
186 bool ParseSectionDirectiveCode(StringRef, SMLoc) { in ParseSectionDirectiveCode() argument
194 bool ParseSectionDirectiveInitializedData(StringRef, SMLoc) { in ParseSectionDirectiveInitializedData() argument
202 bool ParseSectionDirectiveUninitializedData(StringRef, SMLoc) { in ParseSectionDirectiveUninitializedData() argument
/openbsd-src/gnu/llvm/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 getClangStripDependencyFileAdjuster()
120 return [Extra, Pos](const CommandLineArguments &Args, StringRef /*unused*/) { in getInsertArgumentAdjuster()
153 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getStripPluginsAdjuster()
/openbsd-src/gnu/llvm/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp26 llvm::StringRef) override { in CreateASTConsumer()
50 llvm::StringRef) override { in CreateASTConsumer()
74 llvm::StringRef) override { in CreateASTConsumer()
98 llvm::StringRef) override { in CreateASTConsumer()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h108 void emitImportModule(const MCSymbolWasm *, StringRef) override {} in emitImportModule() argument
109 void emitImportName(const MCSymbolWasm *, StringRef) override {} in emitImportName() argument
110 void emitExportName(const MCSymbolWasm *, StringRef) override {} in emitExportName() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringRef.h31 class StringRef; variable
84 /*implicit*/ constexpr StringRef(const char *Str) in StringRef() function
96 /*implicit*/ constexpr StringRef(const char *data, size_t length) in StringRef() function
100 /*implicit*/ StringRef(const std::string &Str) in StringRef() function
104 /*implicit*/ constexpr StringRef(std::string_view Str) in StringRef() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-as/
H A Dllvm-as.cpp124 auto SetDataLayout = [](StringRef, StringRef) -> std::optional<std::string> { in main() argument
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendActions.h256 StringRef) override { in CreateASTConsumer() argument
267 StringRef) override { in CreateASTConsumer() argument
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DParser.cpp97 [](StringRef, StringRef) { return std::nullopt; }); in parseAssemblyWithIndex() argument
154 .Run(true, [](StringRef, StringRef) { return std::nullopt; }); in parseSummaryIndexAssemblyInto() argument
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DTargetRegistry.cpp112 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn()
/openbsd-src/gnu/llvm/clang/tools/arcmt-test/
H A Darcmt-test.cpp142 remapper.forEachMapping([](StringRef, StringRef) {}, in printResult() argument
143 [&](StringRef, const llvm::MemoryBufferRef &Buffer) { in printResult() argument
/openbsd-src/gnu/llvm/llvm/lib/IRReader/
H A DIRReader.cpp91 [](StringRef, StringRef) { return std::nullopt; })); in parseIR() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h19 class StringRef; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h18 class StringRef; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DLocale.h5 class StringRef; variable
H A DTrigramIndex.h35 class StringRef; variable
H A DSignals.h21 class StringRef; variable
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DModuleSymbolTable.cpp132 function_ref<void(StringRef, BasicSymbolRef::Flags)> AsmSymbol) { in CollectAsmSymbols()
168 const Module &M, function_ref<void(StringRef, StringRef)> AsmSymver) { in CollectAsmSymvers()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DTableGenBackend.h18 class StringRef; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.h16 class StringRef; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.h22 class StringRef; variable

12345678910