Searched refs:StringRef (Results 626 - 650 of 3240) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointIDList.h27 // TODO: Convert this class to StringRef.
57 static std::pair<llvm::StringRef, llvm::StringRef>
58 SplitIDRangeExpression(llvm::StringRef in_string);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DMangled.h18 #include "llvm/ADT/StringRef.h"
63 explicit Mangled(llvm::StringRef name);
235 using SkipMangledNameFn = bool(llvm::StringRef, ManglingScheme);
269 static Mangled::ManglingScheme GetManglingScheme(llvm::StringRef const name);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h13 #include "llvm/ADT/StringRef.h"
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) {
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) {
45 llvm::Optional<llvm::StringRef>
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h33 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
68 bool DoExecute(llvm::StringRef command, CommandReturnObject &result) override;
84 bool EvaluateExpression(llvm::StringRef expr, Stream &output_stream,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h103 StringRef FileName, bool IsAngled,
105 StringRef SearchPath, StringRef RelativePath,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp42 StringRef SysRoot) const {
169 static StringRef getOSLibDir(const llvm::Triple &Triple, const ArgList &Args) {
172 StringRef CPUName;
173 StringRef ABIName;
243 StringRef::npos)
305 if (StringRef(D.Dir).startswith(SysRoot)) {
337 StringRef ABIName = tools::riscv::getRISCVABI(Args, Triple);
349 if (StringRef(D.Dir).startswith(SysRoot))
381 const StringRef ClangDir = getDriver().getInstalledDir();
394 const StringRef InstallDi
[all...]
H A DMSP430.cpp26 static bool isSupportedMCU(const StringRef MCU) {
33 static StringRef getSupportedHWMult(const Arg *MCU) {
37 return llvm::StringSwitch<StringRef>(MCU->getValue())
43 static StringRef getHWMultLib(const ArgList &Args) {
44 StringRef HWMult = Args.getLastArgValue(options::OPT_mhwmult_EQ, "auto");
49 return llvm::StringSwitch<StringRef>(HWMult)
57 std::vector<StringRef> &Features) {
68 StringRef HWMult = HWMultArg ? HWMultArg->getValue() : "auto";
69 StringRef SupportedHWMult = getSupportedHWMult(MCU);
113 StringRef MultilibSu
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp22 llvm::StringRef name, DIERef ref, SymbolFileDWARF &dwarf,
69 llvm::StringRef name)
81 void DWARFIndex::ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const {
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp16 #include "llvm/ADT/StringRef.h"
23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) {
39 const StringRef &log_channels,
44 SmallVector<StringRef, 32> channel_array;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DAMDGPUMetadataVerifier.h42 bool verifyEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required,
45 verifyScalarEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required,
48 bool verifyIntegerEntry(msgpack::MapDocNode &MapNode, StringRef Key,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculateAnalyses.h29 void findCalles(const BasicBlock *, DenseSet<StringRef> &);
33 using ResultTy = Optional<DenseMap<StringRef, DenseSet<StringRef>>>;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h16 #include "llvm/ADT/StringRef.h"
87 inline bool mayBeOldLoopAttachmentTag(StringRef Name) {
96 std::string UpgradeDataLayoutString(StringRef DL, StringRef Triple);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h40 StringRef getDescription() const;
46 static StringRef bugTypeToName(RefCountBugKind BT);
61 StringRef endText);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOptionalDiagnostic.h22 #include "llvm/ADT/StringRef.h"
44 *Diag << StringRef(Buffer.data(), Buffer.size());
61 *Diag << StringRef(Buffer.data(), Buffer.size());
70 *Diag << StringRef(Buffer.data(), Buffer.size());
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DReproduce.cpp24 std::string lld::relativeToRoot(StringRef path) {
34 StringRef root = path::root_name(abs);
45 std::string lld::quote(StringRef s) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileSystemStatCache.h19 #include "llvm/ADT/StringRef.h"
51 get(StringRef Path, llvm::vfs::Status &Status, bool isFile,
59 virtual std::error_code getStat(StringRef Path, llvm::vfs::Status &Status,
80 std::error_code getStat(StringRef Path, llvm::vfs::Status &Status,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h26 StringRef InFile) override;
35 StringRef InFile) override;
62 StringRef InFile) override;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h45 StringRef getExecutorName() const override { return ExecutorName; }
58 void mapVirtualFile(StringRef FilePath, StringRef Content) override {
H A DFixIt.h29 StringRef getText(CharSourceRange Range, const ASTContext &Context);
50 StringRef getText(const T &Node, const ASTContext &Context) {
70 FixItHint createReplacement(const D &Destination, StringRef Source) {
H A DStandaloneExecution.h53 StringRef getExecutorName() const override { return ExecutorName; }
75 void mapVirtualFile(StringRef FilePath, StringRef Content) override {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h68 std::function<StringRef(ClangModuleDep)> LookupPCMPath,
92 StringRef CWD);
108 StringRef CWD, const llvm::StringSet<> &AlreadySeen);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h47 StringRef getText(CharSourceRange Range, const ASTContext &Context);
51 StringRef getText(const T &Node, const ASTContext &Context) {
79 StringRef getExtendedText(const T &Node, tok::TokenKind Next,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp56 bool SanitizerSpecialCaseList::inSection(SanitizerMask Mask, StringRef Prefix,
57 StringRef Query,
58 StringRef Category) const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLanai.h65 bool isValidCPUName(StringRef Name) const override;
67 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
71 bool hasFeature(StringRef Feature) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp13 DwarfStringPoolEntryRef NonRelocatableStringpool::getEntry(StringRef S) {
30 StringRef NonRelocatableStringpool::internString(StringRef S) {

Completed in 131 milliseconds

<<21222324252627282930>>