/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 220 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 D | COFFAsmParser.cpp | 93 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 D | ELFAsmParser.cpp | 90 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 D | WasmAsmParser.cpp | 90 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 D | COFFMasmParser.cpp | 57 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 D | ArgumentsAdjusters.cpp | 36 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 D | PluginsOrder.cpp | 26 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 D | TextStubCommon.cpp | 129 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 D | WebAssemblyTargetStreamer.h | 108 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 D | StringRef.h | 31 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 D | llvm-as.cpp | 124 auto SetDataLayout = [](StringRef, StringRef) -> std::optional<std::string> { in main() argument
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | FrontendActions.h | 256 StringRef) override { in CreateASTConsumer() argument 267 StringRef) override { in CreateASTConsumer() argument
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 97 [](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 D | TargetRegistry.cpp | 112 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn()
|
/openbsd-src/gnu/llvm/clang/tools/arcmt-test/ |
H A D | arcmt-test.cpp | 142 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 D | IRReader.cpp | 91 [](StringRef, StringRef) { return std::nullopt; })); in parseIR() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIASession.h | 19 class StringRef; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | WindowsMachineFlag.h | 18 class StringRef; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Locale.h | 5 class StringRef; variable
|
H A D | TrigramIndex.h | 35 class StringRef; variable
|
H A D | Signals.h | 21 class StringRef; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | ModuleSymbolTable.cpp | 132 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 D | TableGenBackend.h | 18 class StringRef; variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | PrettyVariableDumper.h | 16 class StringRef; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTUtils.h | 22 class StringRef; variable
|