Searched refs:StringRef (Results 651 - 675 of 3240) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp35 StringRef Data = Ctx->getObjectBuffer().getBuffer();
37 StringRef BufferName = Ctx->getObjectBuffer().getBufferIdentifier();
58 StringRef BufferName = Ctx->getObjectBuffer().getBufferIdentifier();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp25 bool MCAsmParserExtension::ParseDirectiveCGProfile(StringRef, SMLoc) {
26 StringRef From;
35 StringRef To;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h24 class StringRef;
43 virtual void log(StringRef Text) = 0;
84 void log(StringRef text) override;
H A DDiffLog.h17 #include "llvm/ADT/StringRef.h"
31 /// The use of a stored StringRef here is okay because
35 StringRef Format;
40 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {}
54 StringRef getFormat() const;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h24 LLVM_ATTRIBUTE_NORETURN void reportError(Error Err, StringRef Input);
25 void reportWarning(Error Err, StringRef Input);
27 template <class T> T unwrapOrError(StringRef Input, Expected<T> EO) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp48 StringRef getName() const { return TheDef.getValueAsString("Name"); }
58 StringRef getInstanceVarName() const { return TheDef.getName(); }
111 void emitHeader(raw_ostream &OS, const StringRef TargetName,
113 void emitBaseClassDefinition(raw_ostream &OS, const StringRef TargetName,
115 void emitBaseClassImplementation(raw_ostream &OS, const StringRef TargetName,
129 const StringRef TargetName,
145 raw_ostream &OS, const StringRef TargetName,
172 std::function<void(const CodeGenRegisterClass *, StringRef)> VisitFn,
213 raw_ostream &OS, StringRef TargetName,
279 StringRef TargetNam
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp35 static std::string computeDataLayout(const Triple &TT, StringRef CPU,
41 StringRef CPU, StringRef FS,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h22 class StringRef;
45 MCSectionWasm(StringRef Name, SectionKind K, const MCSymbolWasm *group,
52 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DStringTableBuilder.h14 #include "llvm/ADT/StringRef.h"
45 size_t add(StringRef S) { return add(CachedHashStringRef(S)); }
58 size_t getOffset(StringRef S) const {
65 bool contains(StringRef S) const {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h17 #include "llvm/ADT/StringRef.h"
38 Optional<StringRef> StrTabBuf;
39 Optional<StringRef> ExternalFilePath;
95 BitstreamParserHelper(StringRef Buffer);
H A DRemarkLinker.h57 void setExternalFilePrependPath(StringRef PrependPath);
64 Error link(StringRef Buffer, Optional<Format> RemarkFormat = None);
93 Expected<Optional<StringRef>>
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemoryBuffer.h18 #include "llvm/ADT/StringRef.h"
71 StringRef getBuffer() const {
72 return StringRef(BufferStart, getBufferSize());
77 virtual StringRef getBufferIdentifier() const { return "Unknown buffer"; }
117 getMemBuffer(StringRef InputData, StringRef BufferName = "",
126 getMemBufferCopy(StringRef InputData, const Twine &BufferName = "");
264 StringRef Buffer;
265 StringRef Identifier;
271 MemoryBufferRef(StringRef Buffe
[all...]
H A DYAMLTraits.h16 #include "llvm/ADT/StringRef.h"
64 // static StringRef validate(IO &io, T &fields);
86 // static StringRef validate(IO &io, T &fields, Context &Ctx);
139 /// static StringRef input(StringRef scalar, void*, MyType &value) {
142 /// return StringRef();
144 /// static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
153 // StringRef on success or an error string if string is malformed:
154 // static StringRef input(StringRef scala
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DPackedVersion.h21 class StringRef;
45 bool parse32(StringRef Str);
46 std::pair<bool, bool> parse64(StringRef Str);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h17 #include "llvm/ADT/StringRef.h"
43 StringRef Name;
46 RewriteInfo(StringRef &N, Type *T) : Name(N), Ty(T){};
63 unsigned AddVariable(StringRef Name, Type *Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp26 ParsedStringTable::ParsedStringTable(StringRef InBuffer) : Buffer(InBuffer) {
29 std::pair<StringRef, StringRef> Split = InBuffer.split('\0');
36 Expected<StringRef> ParsedStringTable::operator[](size_t Index) const {
48 return StringRef(Buffer.data() + Offset, NextOffset - Offset - 1);
52 llvm::remarks::createRemarkParser(Format ParserFormat, StringRef Buf) {
70 llvm::remarks::createRemarkParser(Format ParserFormat, StringRef Buf,
90 Format ParserFormat, StringRef Buf, Optional<ParsedStringTable> StrTab,
91 Optional<StringRef> ExternalFilePrependPath) {
115 CParser(Format ParserFormat, StringRef Bu
[all...]
H A DRemarkStreamer.cpp28 Optional<StringRef> FilenameIn)
32 Error RemarkStreamer::setFilter(StringRef Filter) {
42 bool RemarkStreamer::matchesFilter(StringRef Str) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTargetParser.cpp124 StringRef llvm::AMDGPU::getArchNameAMDGCN(GPUKind AK) {
130 StringRef llvm::AMDGPU::getArchNameR600(GPUKind AK) {
136 AMDGPU::GPUKind llvm::AMDGPU::parseArchAMDGCN(StringRef CPU) {
145 AMDGPU::GPUKind llvm::AMDGPU::parseArchR600(StringRef CPU) {
166 void AMDGPU::fillValidArchListAMDGCN(SmallVectorImpl<StringRef> &Values) {
172 void AMDGPU::fillValidArchListR600(SmallVectorImpl<StringRef> &Values) {
177 AMDGPU::IsaVersion AMDGPU::getIsaVersion(StringRef GPU) {
236 CPUKind parseCPUKind(StringRef CPU) {
243 StringRef getMArchFromMcpu(StringRef CP
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.h21 class StringRef;
85 static VariantKind getVariantKindForName(StringRef name);
86 static StringRef getVariantKindName(VariantKind Kind);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp31 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) {
32 StringRef CPUName = CPU;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h34 StringRef Path, const llvm::opt::ArgList &Args,
174 static GCCVersion Parse(StringRef VersionText);
176 StringRef RHSPatchSuffix = StringRef()) const;
227 StringRef getInstallPath() const { return GCCInstallPath; }
230 StringRef getParentLibPath() const { return GCCParentLibPath; }
252 SmallVectorImpl<StringRef> &LibDirs,
253 SmallVectorImpl<StringRef> &TripleAliases,
254 SmallVectorImpl<StringRef> &BiarchLibDirs,
255 SmallVectorImpl<StringRef>
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp42 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) {
53 [&stream](llvm::StringRef name, llvm::StringRef description) {
63 if (llvm::StringRef("all").equals_lower(category)) {
67 if (llvm::StringRef("default").equals_lower(category)) {
118 void Log::PutString(llvm::StringRef str) { PutCString(str.str().c_str()); }
188 void Log::Register(llvm::StringRef name, Channel &channel) {
194 void Log::Unregister(llvm::StringRef name) {
203 uint32_t log_options, llvm::StringRef channe
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp141 std::pair<StringRef,StringRef> getSeparatorsForKind(const Record *OptionKind) {
142 return StringSwitch<std::pair<StringRef, StringRef>>(OptionKind->getName())
164 bool hasFlag(const Record *OptionOrGroup, StringRef OptionFlag) {
173 for (StringRef Exclusion : DocInfo->getValueAsListOfStrings("ExcludedFlags"))
179 std::string escapeRST(StringRef Str) {
182 if (StringRef("`*|_[]\\").count(K))
189 StringRef getSphinxOptionID(StringRef OptionNam
[all...]
H A DClangASTPropertiesEmitter.cpp29 static StringRef getReaderResultType(TypeNode _) { return "QualType"; }
38 StringRef HierarchyName;
41 StringRef ClassSuffix;
44 StringRef MethodPrefix;
47 StringRef HelperVariable;
50 StringRef ResultType;
183 std::set<StringRef> ignoredProperties;
249 void emitReadOfProperty(StringRef readerName, Property property);
250 void emitReadOfProperty(StringRef readerName, StringRef nam
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp73 getDirectoryFromFile(FileManager &FileMgr, StringRef Filename,
81 StringRef DirName = llvm::sys::path::parent_path(Filename);
91 void FileManager::addAncestorsAsVirtualDirs(StringRef Path) {
92 StringRef DirName = llvm::sys::path::parent_path(Path);
117 FileManager::getDirectoryRef(StringRef DirName, bool CacheFailure) {
155 StringRef InterndDirName = NamedDirEnt.first();
187 FileManager::getDirectory(StringRef DirName, bool CacheFailure) {
195 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) {
203 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) {
219 return getFileRef(*Value.get<const StringRef *>(), openFil
[all...]

Completed in 147 milliseconds

<<21222324252627282930>>