Home
last modified time | relevance | path

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

123456789

/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
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 …]
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 …]
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 …]
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
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/
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/llvm/lib/TextAPI/
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/
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/
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
DStringMap.h129 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap()
295 std::pair<iterator, bool> insert(std::pair<StringRef, ValueTy> KV) { in insert()
310 void insert(std::initializer_list<std::pair<StringRef, ValueTy>> List) { in insert()
/openbsd/src/gnu/llvm/llvm/tools/llvm-as/
Dllvm-as.cpp124 auto SetDataLayout = [](StringRef, StringRef) -> std::optional<std::string> { in main() argument
/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DFrontendActions.h256 StringRef) override { in CreateASTConsumer() argument
267 StringRef) override { in CreateASTConsumer() argument
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
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/
DTargetRegistry.cpp112 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn()
/openbsd/src/gnu/llvm/clang/tools/arcmt-test/
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/
DIRReader.cpp91 [](StringRef, StringRef) { return std::nullopt; })); in parseIR() argument
/openbsd/src/gnu/llvm/llvm/lib/Object/
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/Object/
DWindowsMachineFlag.h18 class StringRef; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h19 class StringRef; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DLocale.h5 class StringRef; variable
DSignposts.h23 class StringRef; variable
DTrigramIndex.h35 class StringRef; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/TableGen/
DTableGenBackend.h18 class StringRef; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/FuzzMutate/
DFuzzerCLI.h22 class StringRef; variable
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DPrettyVariableDumper.h16 class StringRef; variable

123456789