Searched refs:StringRef (Results 351 - 375 of 3240) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp17 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName,
24 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp20 #include "llvm/ADT/StringRef.h"
299 for (const std::pair<StringRef, StringRef> &Entry :
327 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) {
331 void CheckerRegistry::addWeakDependency(StringRef FullName,
332 StringRef Dependency) {
342 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option,
361 StringRef SuppliedValue = It.first->getValue();
391 static void insertOptionToCollection(StringRef FullNam
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp22 void InMemoryToolResults::addResult(StringRef Key, StringRef Value) {
26 std::vector<std::pair<llvm::StringRef, llvm::StringRef>>
32 llvm::function_ref<void(StringRef Key, StringRef Value)> Callback) {
38 void ExecutionContext::reportResult(StringRef Key, StringRef Value) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h35 StringRef FilterString);
40 CreateASTDumper(std::unique_ptr<raw_ostream> OS, StringRef FilterString,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h41 virtual llvm::StringRef getFormat() const = 0;
61 virtual llvm::StringRef getFormat() const = 0;
64 virtual llvm::StringRef ExtractPCH(llvm::MemoryBufferRef Buffer) const = 0;
69 llvm::StringRef getFormat() const override { return "raw"; }
83 llvm::StringRef getFormat() const override { return "raw"; }
86 llvm::StringRef ExtractPCH(llvm::MemoryBufferRef Buffer) const override;
103 const PCHContainerWriter *getWriterOrNull(llvm::StringRef Format) {
106 const PCHContainerReader *getReaderOrNull(llvm::StringRef Format) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h14 #include "llvm/ADT/StringRef.h"
32 StringRef InFile) override;
50 StringRef InFile) override;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h49 static CachedFileSystemEntry createFileEntry(StringRef Filename,
63 llvm::ErrorOr<StringRef> getContents() const {
68 return StringRef(Contents);
78 StringRef getName() const {
123 SharedFileSystemEntry &get(StringRef Key);
160 void setCachedEntry(StringRef Filename, const CachedFileSystemEntry *Entry) {
166 const CachedFileSystemEntry *getCachedEntry(StringRef Filename) {
172 getOrCreateFileSystemEntry(const StringRef Filename);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOption.h33 virtual StringRef getName() const = 0;
35 virtual StringRef getDescription() const = 0;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
97 create(StringRef FromId, StringRef ToTemplate);
105 ReplaceNodeWithTemplate(llvm::StringRef FromId,
115 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
128 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.h21 #include "llvm/ADT/StringRef.h"
34 void DefineStd(clang::MacroBuilder &Builder, llvm::StringRef MacroName,
38 void defineCPUMacros(clang::MacroBuilder &Builder, llvm::StringRef CPUName,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsMachineFlag.cpp15 #include "llvm/ADT/StringRef.h"
22 COFF::MachineTypes llvm::getMachineType(StringRef S) {
31 StringRef llvm::machineToStr(COFF::MachineTypes MT) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFConfig.h13 #include "llvm/ADT/StringRef.h"
25 StringRef SymbolName;
26 StringRef SectionName;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.h23 LLVM_ATTRIBUTE_NORETURN extern void reportError(StringRef File, Error E);
24 LLVM_ATTRIBUTE_NORETURN extern void reportError(StringRef File,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h25 BPFTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
26 StringRef FS, const TargetOptions &Options,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h30 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU,
31 StringRef FS, const TargetOptions &Options,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h44 void emitDwarfFileDirective(StringRef Directive) override;
50 void emitRawBytes(StringRef Data) override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h24 class StringRef;
67 void printAnnotation(raw_ostream &OS, StringRef Annot);
81 virtual bool applyTargetSpecificCLOption(StringRef Opt) { return false; }
93 virtual void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
98 StringRef getOpcodeName(unsigned Opcode) const;
107 StringRef markup(StringRef s) const;
169 StringRef AsmStrings;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h18 #include "llvm/ADT/StringRef.h"
30 ArrayRef<StringRef> Filenames;
33 CoverageFilenamesSectionWriter(ArrayRef<StringRef> Filenames);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h24 class StringRef;
54 RandomNumberGenerator(StringRef Salt);
H A DTimer.h13 #include "llvm/ADT/StringRef.h"
88 explicit Timer(StringRef TimerName, StringRef TimerDescription) {
91 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) {
105 void init(StringRef TimerName, StringRef TimerDescription);
106 void init(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg);
161 explicit NamedRegionTimer(StringRef Nam
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h20 #include "llvm/ADT/StringRef.h"
36 StringRef getGPUName(const Function &F) const;
37 StringRef getFeatureString(const Function &F) const;
44 AMDGPUTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
45 StringRef FS, TargetOptions Options,
76 R600TargetMachine(const Target &T, const Triple &TT, StringRef CPU,
77 StringRef FS, TargetOptions Options,
101 GCNTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
102 StringRef FS, TargetOptions Options,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcTargetStreamer.cpp30 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower()
36 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVETargetStreamer.cpp30 << "%" << StringRef(VEInstPrinter::getRegisterName(reg)).lower()
36 << "%" << StringRef(VEInstPrinter::getRegisterName(reg)).lower()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp28 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef CPU,
29 StringRef FS) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Testing/Support/
H A DAnnotations.cpp19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) {
26 Annotations::Annotations(llvm::StringRef Text) {
30 llvm::Optional<llvm::StringRef> Name;
31 llvm::SmallVector<std::pair<llvm::StringRef, size_t>, 8> OpenRanges;
67 size_t Annotations::point(llvm::StringRef Name) const {
74 std::vector<size_t> Annotations::points(llvm::StringRef Name) const {
79 Annotations::Range Annotations::range(llvm::StringRef Name) const {
87 Annotations::ranges(llvm::StringRef Name) const {

Completed in 358 milliseconds

<<11121314151617181920>>