Searched refs:StringRef (Results 676 - 700 of 3240) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp117 llvm::StringRef range_from;
118 llvm::StringRef range_to;
119 llvm::StringRef current_arg;
158 llvm::StringRef tmp_str = old_args[i].ref();
160 if (pos != llvm::StringRef::npos) {
161 llvm::StringRef bp_id_str = tmp_str.substr(0, pos);
330 std::pair<llvm::StringRef, llvm::StringRef>
331 BreakpointIDList::SplitIDRangeExpression(llvm::StringRef in_string) {
334 if (idx == llvm::StringRef
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp30 void FileRemapper::clear(StringRef outputDir) {
42 std::string FileRemapper::getRemapInfoFile(StringRef outputDir) {
49 bool FileRemapper::initFromDisk(StringRef outputDir, DiagnosticsEngine &Diag,
55 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag,
70 SmallVector<StringRef, 64> lines;
74 StringRef fromFilename = lines[idx];
79 StringRef toFilename = lines[idx+2];
109 bool FileRemapper::flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag) {
119 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) {
132 SmallString<200> origPath = StringRef(origF
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueString.h82 SetValueFromString(llvm::StringRef value,
103 SetCurrentValue(llvm::StringRef::withNullAsEmpty(value));
108 llvm::StringRef GetCurrentValueAsRef() const { return m_current_value; }
111 llvm::StringRef GetDefaultValueAsRef() const { return m_default_value; }
114 Status SetCurrentValue(llvm::StringRef value);
H A DOptionValueProperties.h42 SetValueFromString(llvm::StringRef value,
51 Stream &strm, llvm::StringRef property_path,
57 void Apropos(llvm::StringRef keyword,
89 llvm::StringRef property_path) const;
100 llvm::StringRef name,
105 llvm::StringRef path, llvm::StringRef value) override;
108 llvm::StringRef predicate) const {
167 llvm::StringRef GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx,
169 llvm::StringRef fail_valu
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h83 llvm::StringRef GetTypeStr() const;
143 static StringRef input(StringRef, void *,
146 static QuotingType mustQuote(StringRef S) { return QuotingType::None; }
152 static StringRef validate(IO &io, lldb_private::GDBRemotePacket &);
H A DUUID.h13 #include "llvm/ADT/StringRef.h"
64 std::string GetAsString(llvm::StringRef separator = "-") const;
66 bool SetFromStringRef(llvm::StringRef str);
70 bool SetFromOptionalStringRef(llvm::StringRef str);
75 /// An llvm::StringRef that points at a UUID string value (no leading
84 static llvm::StringRef
85 DecodeUUIDBytesFromString(llvm::StringRef str,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp19 #include "llvm/ADT/StringRef.h"
82 m_basename = llvm::StringRef();
83 m_context = llvm::StringRef();
84 m_arguments = llvm::StringRef();
85 m_qualifiers = llvm::StringRef();
90 static bool ReverseFindMatchingChars(const llvm::StringRef &s,
91 const llvm::StringRef &left_right_chars,
93 size_t pos = llvm::StringRef::npos) {
95 left_pos = llvm::StringRef::npos;
99 if (pos == llvm::StringRef
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h80 StringRef PreviousPostfix,
81 StringRef CurrentPrefix, bool InPPDirective,
112 StringRef PreviousLinePostfix, StringRef CurrentLinePrefix,
214 void storeReplacement(SourceRange Range, StringRef Text);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h71 bool ProcessFunctionDIE(llvm::StringRef name, DIERef ref,
81 llvm::StringRef name);
88 const llvm::StringRef m_name;
92 llvm::StringRef name = {}) const {
96 void ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h18 #include "llvm/ADT/StringRef.h"
73 StringRef getKey() const {
74 return StringRef(getKeyData(), this->getKeyLength());
84 StringRef first() const {
85 return StringRef(getKeyData(), this->getKeyLength());
91 static StringMapEntry *Create(StringRef key, AllocatorTy &allocator,
H A DTriple.h290 static std::string normalize(StringRef Str);
375 StringRef getArchName() const;
378 StringRef getVendorName() const;
382 StringRef getOSName() const;
386 StringRef getEnvironmentName() const;
391 StringRef getOSAndEnvironmentName() const;
792 void setArchName(StringRef Str);
796 void setVendorName(StringRef Str);
800 void setOSName(StringRef Str);
804 void setEnvironmentName(StringRef St
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h92 std::function<StringRef(ClangModuleDep)> LookupPCMPath,
102 std::function<StringRef(ClangModuleDep)> LookupPCMPath,
118 StringRef FileName, bool IsAngled,
120 StringRef SearchPath, StringRef RelativePath,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp67 static Error reportError(StringRef Message) {
71 static Expected<std::unique_ptr<MemoryBuffer>> openBitcodeFile(StringRef Path) {
97 BlockInfoMB ? Optional<StringRef>(BlockInfoMB->getBuffer())
107 CheckHash.empty() ? None : Optional<StringRef>(CheckHash)));
112 BA.printStats(O, StringRef(InputFilename.getValue()));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.h27 Expected<OwnedStream> createViewFile(StringRef Path,
40 void emitFileSummary(raw_ostream &OS, StringRef SF,
43 std::string buildLinkToFile(StringRef SF,
82 void renderTitle(raw_ostream &OS, StringRef Title) override;
88 SourceCoverageViewHTML(StringRef SourceName, const MemoryBuffer &File,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h39 #include "llvm/ADT/StringRef.h"
54 llvm::StringRef Description;
65 CodeRegion(llvm::StringRef Desc, llvm::SMLoc Start)
81 llvm::StringRef getDescription() const { return Description; }
109 void beginRegion(llvm::StringRef Description, llvm::SMLoc Loc);
110 void endRegion(llvm::StringRef Description, llvm::SMLoc Loc);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h51 StringRef StreamName;
70 StringRef Obj;
71 StringRef Mod;
72 std::vector<StringRef> SourceFiles;
110 Optional<std::vector<StringRef>> StringTable;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp60 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) {
61 auto print = [&OS, FileName](unsigned Offset, StringRef L) {
89 print(S - B, StringRef(S, P - S));
94 print(S - B, StringRef(S, E - S));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h16 #include "llvm/ADT/StringRef.h"
42 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
83 createPGOInstrumentationUseLegacyPass(StringRef Filename = StringRef(""),
86 StringRef CSInstrName = StringRef(""));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h28 StringRef CurrentVendor;
55 void setAttributeItem(unsigned Attribute, StringRef Value,
71 StringRef StringValue, bool OverwriteExisting) {
88 void emitTextAttribute(unsigned Attribute, StringRef String) override;
90 StringRef StringValue) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h31 class StringRef;
80 SystemZSubtarget &initializeSubtargetDependencies(StringRef CPU,
81 StringRef FS);
115 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp110 StringRef getSymbolName(uint32_t Index);
128 void printCodeViewSymbolSection(StringRef SectionName, const SectionRef &Section);
129 void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section);
130 StringRef getTypeName(TypeIndex Ty);
131 StringRef getFileNameForFileOffset(uint32_t FileOffset);
132 void printFileNameForOffset(StringRef Label, uint32_t FileOffset);
133 void printTypeIndex(StringRef FieldName, TypeIndex TI) {
138 void printCodeViewSymbolsSubsection(StringRef Subsection,
140 StringRef SectionContents);
142 void printCodeViewFileChecksums(StringRef Subsectio
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp66 StringRef s = arg->getValue();
78 StringRef s = arg->getValue();
102 StringRef s = args[i];
160 static std::string rewritePath(StringRef s) {
207 static Optional<std::string> findFile(StringRef path1, const Twine &path2) {
219 Optional<std::string> elf::findFromSearchPaths(StringRef path) {
220 for (StringRef dir : config->searchPaths)
228 Optional<std::string> elf::searchLibraryBaseName(StringRef name) {
229 for (StringRef dir : config->searchPaths) {
240 Optional<std::string> elf::searchLibrary(StringRef nam
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h33 class StringRef;
121 Entry(llvm::StringRef s);
126 void AppendText(const llvm::StringRef &s);
186 static bool FormatStringRef(const llvm::StringRef &format, Stream &s,
198 static Status Parse(const llvm::StringRef &format, Entry &entry);
200 static Status ExtractVariableInfo(llvm::StringRef &format_str,
201 llvm::StringRef &variable_name,
202 llvm::StringRef &variable_format);
213 llvm::StringRef elements,
214 llvm::StringRef element_forma
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp16 #include "llvm/ADT/StringRef.h"
123 static StringRef GetNthLineOfFile(const llvm::MemoryBuffer *Buffer, int Line) {
136 static StringRef Whitespaces = " \t\n";
138 StringRef Str = GetNthLineOfFile(SM.getBuffer(L.getFileID(), L),
140 StringRef::size_type col = Str.find_first_not_of(Whitespaces);
141 if (col == StringRef::npos)
170 static llvm::SmallString<32> GetHashOfContent(StringRef Content) {
184 StringRef CheckerName, StringRef BugType,
187 static StringRef Delimite
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h24 #include "llvm/ADT/StringRef.h"
94 Replacement(StringRef FilePath, unsigned Offset, unsigned Length,
95 StringRef ReplacementText);
100 unsigned Length, StringRef ReplacementText);
104 StringRef ReplacementText,
110 StringRef ReplacementText,
120 StringRef getFilePath() const { return FilePath; }
123 StringRef getReplacementText() const { return ReplacementText; }
134 unsigned Length, StringRef ReplacementText);
137 StringRef ReplacementTex
[all...]

Completed in 151 milliseconds

<<21222324252627282930>>