Searched refs:StringRef (Results 101 - 125 of 3240) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatInternal.h73 reformat(const FormatStyle &Style, StringRef Code,
75 unsigned NextStartColumn, unsigned LastStartColumn, StringRef FileName,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.h12 #include "llvm/ADT/StringRef.h"
20 bool TranslateFPOProgramToDWARFExpression(llvm::StringRef program,
21 llvm::StringRef register_name,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h31 std::function<StringRef(StringRef Input)> Translator = nullptr,
38 DwarfStringPoolEntryRef getEntry(StringRef S);
42 uint32_t getStringOffset(StringRef S) { return getEntry(S).getOffset(); }
48 /// \returns The StringRef that points to permanent storage to use
50 StringRef internString(StringRef S);
63 std::function<StringRef(StringRef Input)> Translator;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeSymbolEmitter.h13 class StringRef;
30 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDB.h12 #include "llvm/ADT/StringRef.h"
22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
25 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTDiagnostic.h28 StringRef Modifier,
29 StringRef Argument,
H A DCommentCommandTraits.h21 #include "llvm/ADT/StringRef.h"
143 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
145 const CommandInfo *getCommandInfo(StringRef Name) const {
151 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
155 const CommandInfo *registerUnknownCommand(StringRef CommandName);
157 const CommandInfo *registerBlockCommand(StringRef CommandName);
161 static const CommandInfo *getBuiltinCommandInfo(StringRef Name);
171 const CommandInfo *getRegisteredCommandInfo(StringRef Name) const;
174 CommandInfo *createCommandInfoWithName(StringRef CommandName);
H A DCommentLexer.h19 #include "llvm/ADT/StringRef.h"
98 StringRef getText() const LLVM_READONLY {
100 return StringRef(TextPtr, IntVal);
103 void setText(StringRef Text) {
109 StringRef getUnknownCommandName() const LLVM_READONLY {
111 return StringRef(TextPtr, IntVal);
114 void setUnknownCommandName(StringRef Name) {
140 StringRef getVerbatimBlockText() const LLVM_READONLY {
142 return StringRef(TextPtr, IntVal);
145 void setVerbatimBlockText(StringRef Tex
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DEditsReceiver.h14 #include "llvm/ADT/StringRef.h"
23 virtual void insert(SourceLocation loc, StringRef text) = 0;
24 virtual void replace(CharSourceRange range, StringRef text) = 0;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h60 State getPCMState(llvm::StringRef Filename) const;
67 llvm::MemoryBuffer &addPCM(llvm::StringRef Filename,
75 llvm::MemoryBuffer &addBuiltPCM(llvm::StringRef Filename,
83 bool tryToDropPCM(llvm::StringRef Filename);
89 void finalizePCM(llvm::StringRef Filename);
92 llvm::MemoryBuffer *lookupPCM(llvm::StringRef Filename) const;
97 bool isPCMFinal(llvm::StringRef Filename) const;
102 bool shouldBuildPCM(llvm::StringRef Filename) const;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringAction.h45 virtual StringRef getCommand() const = 0;
47 virtual StringRef getDescription() const = 0;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerBlacklist.cpp31 StringRef GlobalName,
32 StringRef Category) const {
37 StringRef MangledTypeName,
38 StringRef Category) const {
43 StringRef FunctionName) const {
48 StringRef FileName,
49 StringRef Category) const {
55 StringRef Category) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCTargetOptions.cpp10 #include "llvm/ADT/StringRef.h"
21 StringRef MCTargetOptions::getABIName() const {
25 StringRef MCTargetOptions::getAssemblyLanguage() const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCORE.h12 #include "llvm/ADT/StringRef.h"
39 static constexpr StringRef AmaAttr = "btf_ama";
41 static constexpr StringRef TypeIdAttr = "btf_type_id";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserUtils.h17 class StringRef;
25 bool parseAssignmentExpression(StringRef Name, bool allow_redef,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h16 #include "llvm/ADT/StringRef.h"
35 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
40 StringRef getSegmentName() const {
43 return StringRef(SegmentName, 16);
44 return StringRef(SegmentName);
64 static std::string ParseSectionSpecifier(StringRef Spec, // In.
65 StringRef &Segment, // Out.
66 StringRef &Section, // Out.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkFormat.h16 #include "llvm/ADT/StringRef.h"
28 Expected<Format> parseFormat(StringRef FormatStr);
31 Expected<Format> magicToFormat(StringRef Magic);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDJB.h16 #include "llvm/ADT/StringRef.h"
21 inline uint32_t djbHash(StringRef Buffer, uint32_t H = 5381) {
29 uint32_t caseFoldingDjbHash(StringRef Buffer, uint32_t H = 5381);
H A DTrigramIndex.h36 class StringRef;
45 bool isDefinitelyOut(StringRef Query) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/ELF/
H A DTBEHandler.h26 class StringRef;
34 /// Attempts to read an ELF interface file from a StringRef buffer.
35 Expected<std::unique_ptr<ELFStub>> readTBEFromBuffer(StringRef Buf);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.h22 class StringRef;
30 bool parseAmdKernelCodeField(StringRef ID, MCAsmParser &Parser,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h15 #include "llvm/ADT/StringRef.h"
53 Completion(llvm::StringRef completion, llvm::StringRef description,
75 void AddResult(llvm::StringRef completion, llvm::StringRef description,
115 CompletionRequest(llvm::StringRef command_line, unsigned raw_cursor_pos,
120 llvm::StringRef GetRawLine() const {
130 llvm::StringRef GetRawLineWithUnusedSuffix() const { return m_command; }
151 m_parsed_line.AppendArgument(llvm::StringRef());
167 void AddCompletion(llvm::StringRef completio
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h32 static ParsedSourceLocation FromString(StringRef Str) {
34 std::pair<StringRef, StringRef> ColSplit = Str.rsplit(':');
35 std::pair<StringRef, StringRef> LineSplit =
72 static Optional<ParsedSourceRange> fromString(StringRef Str) {
73 std::pair<StringRef, StringRef> RangeSplit = Str.rsplit('-');
77 std::pair<StringRef, StringRef> Spli
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
H A DArgs.h31 std::vector<StringRef> getStrings(llvm::opt::InputArgList &args, int id);
33 uint64_t getZOptionValue(llvm::opt::InputArgList &args, int id, StringRef key,
36 std::vector<StringRef> getLines(MemoryBufferRef mb);
38 StringRef getFilenameWithoutExe(StringRef path);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionArgParser.h18 llvm::StringRef s, lldb::addr_t fail_value,
21 static bool ToBoolean(llvm::StringRef s, bool fail_value, bool *success_ptr);
23 static char ToChar(llvm::StringRef s, char fail_value, bool *success_ptr);
25 static int64_t ToOptionEnum(llvm::StringRef s,
29 static lldb::ScriptLanguage ToScriptLanguage(llvm::StringRef s,
33 // TODO: Use StringRef

Completed in 252 milliseconds

1234567891011>>