Searched refs:StringRef (Results 576 - 600 of 3240) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h21 #include "llvm/ADT/StringRef.h"
70 Optional<StringRef> Source;
233 Expected<unsigned> tryGetFile(StringRef &Directory, StringRef &FileName,
235 Optional<StringRef> Source,
257 void setRootFile(StringRef Directory, StringRef FileName,
259 Optional<StringRef> Source) {
287 void maybeSetRootFile(StringRef Directory, StringRef FileNam
[all...]
H A DMCInstrInfo.h68 StringRef getName(unsigned Opcode) const {
70 return StringRef(&InstrNameData[InstrNameIndices[Opcode]]);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCodeEmitter.h12 /// StringRef.
20 #include "llvm/ADT/StringRef.h"
60 StringRef getEncoding(unsigned MCID) {
62 return StringRef(&Code[EI.first], EI.second);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h54 StringRef SectionName);
56 StringRef SectionName);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDynamicLibrary.h20 class StringRef;
124 static void AddSymbol(StringRef symbolName, void *symbolValue);
H A DSmallVectorMemoryBuffer.h45 /// SmallVector r-value and StringRef.
46 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV, StringRef Name)
54 StringRef getBufferIdentifier() const override { return BufferName; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DStringMatcher.h16 #include "llvm/ADT/StringRef.h"
35 StringRef StrVariableName;
40 StringMatcher(StringRef strVariableName,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h17 #include "llvm/ADT/StringRef.h"
98 std::vector<StringRef> NonImportedCallers;
101 StringRef ModuleName;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkFormat.cpp20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) {
35 Expected<Format> llvm::remarks::magicToFormat(StringRef MagicStr) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.h28 ARCTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
29 StringRef FS, const TargetOptions &Options,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h28 RISCVTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
29 StringRef FS, const TargetOptions &Options,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h19 #include "llvm/ADT/StringRef.h"
33 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
34 StringRef FS, const TargetOptions &Options,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.cpp28 VESubtarget &VESubtarget::initializeSubtargetDependencies(StringRef CPU,
29 StringRef FS) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h18 #include "llvm/ADT/StringRef.h"
31 XCoreTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
32 StringRef FS, const TargetOptions &Options,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp43 StringRef getName() const override { return "SarifDiagnostics"; }
63 static StringRef getFileName(const FileEntry &FE) {
64 StringRef Filename = FE.tryGetRealPathName();
77 StringRef::npos != StringRef("-._~:@!$&'()*+,;=").find(C))
79 return "%" + llvm::toHex(StringRef(&C, 1));
82 static std::string fileNameToURI(StringRef Filename) {
83 llvm::SmallString<32> Ret = StringRef("file://");
86 StringRef Root = sys::path::root_name(Filename);
99 std::for_each(++Iter, End, [&Ret](StringRef Componen
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h21 #include "llvm/ADT/StringRef.h"
79 StringRef buf = Buffer->getBuffer();
80 StringRef magic = buf.substr(0, 4);
94 StringRef buf = Buffer->getBuffer();
95 StringRef magic = buf.substr(0, 4);
141 StringRef getString() {
166 bool readString(StringRef &Str) {
202 StringRef cwd;
233 StringRef getName() const { return Name; }
234 StringRef getFilenam
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSharedLibraryAtom.h28 virtual StringRef loadName() const = 0;
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DYamlContext.h37 StringRef _path;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h13 #include "llvm/ADT/StringRef.h"
70 StringRef Style) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DPipeBase.cpp15 Status PipeBase::OpenAsWriter(llvm::StringRef name,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp10 #include "llvm/ADT/StringRef.h"
18 ParseMemoryRegionInfoFromProcMapsLine(llvm::StringRef maps_line,
101 void lldb_private::ParseLinuxMapRegions(llvm::StringRef linux_map,
103 llvm::StringRef lines(linux_map);
104 llvm::StringRef line;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.h13 #include "llvm/ADT/StringRef.h"
25 std::vector<llvm::StringRef> &Features);
H A DX86.h13 #include "llvm/ADT/StringRef.h"
29 std::vector<llvm::StringRef> &Features);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DVEToolchain.cpp81 SmallVector<StringRef, 4> Dirs;
83 StringRef(cl_include_dir).split(Dirs, StringRef(EnvPathSeparatorStr));
84 ArrayRef<StringRef> DirVec(Dirs);

Completed in 146 milliseconds

<<21222324252627282930>>