HomeSort by relevance Sort by last modified time
    Searched refs:StringRef (Results 126 - 150 of 626) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/utils/TableGen/
StringMatcher.h 20 #include "llvm/ADT/StringRef.h"
35 StringRef StrVariableName;
40 StringMatcher(StringRef strVariableName,
SetTheory.h 102 void addExpander(StringRef ClassName, Expander*);
112 void addFieldExpander(StringRef ClassName, StringRef FieldName);
115 void addOperator(StringRef Name, Operator*);
  /external/llvm/include/llvm/
Module.h 166 explicit Module(StringRef ModuleID, LLVMContext& C);
208 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
211 void setDataLayout(StringRef DL) { DataLayout = DL; }
214 void setTargetTriple(StringRef T) { TargetTriple = T; }
217 void setModuleInlineAsm(StringRef Asm) {
226 void appendModuleInlineAsm(StringRef Asm) {
240 GlobalValue *getNamedValue(StringRef Name) const;
244 unsigned getMDKindID(StringRef Name) const;
248 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
260 StructType *getTypeByName(StringRef Name) const
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 88 BugReport(BugType& bt, llvm::StringRef desc, const ExplodedNode *errornode)
91 BugReport(BugType& bt, llvm::StringRef shortDesc, llvm::StringRef desc,
112 const llvm::StringRef getDescription() const { return Description; }
114 const llvm::StringRef getShortDescription() const {
203 RangedBugReport(BugType& D, llvm::StringRef description,
207 RangedBugReport(BugType& D, llvm::StringRef shortDescription,
208 llvm::StringRef description, ExplodedNode *errornode)
246 EnhancedBugReport(BugType& D, llvm::StringRef description,
250 EnhancedBugReport(BugType& D, llvm::StringRef shortDescription
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 22 #include "llvm/ADT/StringRef.h"
66 StringRef getStringField(unsigned Elt) const;
157 StringRef getFilename() const;
158 StringRef getDirectory() const;
167 StringRef getFilename() const { return getStringField(3); }
168 StringRef getDirectory() const { return getStringField(4); }
169 StringRef getProducer() const { return getStringField(5); }
182 StringRef getFlags() const { return getStringField(8); }
202 StringRef getFilename() const { return getStringField(1); }
203 StringRef getDirectory() const { return getStringField(2);
    [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 20 #include "llvm/ADT/StringRef.h"
93 llvm::StringRef FileName,
97 llvm::StringRef SearchPath,
98 llvm::StringRef RelativePath) {
125 virtual void PragmaMessage(SourceLocation Loc, llvm::StringRef Str) {
131 llvm::StringRef Namespace) {
137 llvm::StringRef Namespace) {
142 virtual void PragmaDiagnostic(SourceLocation Loc, llvm::StringRef Namespace,
143 diag::Mapping mapping, llvm::StringRef Str) {
221 llvm::StringRef FileName
    [all...]
Pragma.h 18 #include "llvm/ADT/StringRef.h"
61 explicit PragmaHandler(llvm::StringRef name) : Name(name) {}
65 llvm::StringRef getName() const { return Name; }
94 explicit PragmaNamespace(llvm::StringRef Name) : PragmaHandler(Name) {}
101 PragmaHandler *FindHandler(llvm::StringRef Name,
  /external/clang/lib/Basic/
Version.cpp 27 llvm::StringRef URL(SVN_REPOSITORY);
29 llvm::StringRef URL("");
34 static llvm::StringRef SVNRepository("$URL$");
45 if (Start != llvm::StringRef::npos)
  /external/llvm/include/llvm/MC/
MCContext.h 32 class StringRef;
98 std::vector<StringRef> MCDwarfDirs;
118 MCSymbol *CreateSymbol(StringRef Name);
155 MCSymbol *GetOrCreateSymbol(StringRef Name);
159 MCSymbol *LookupSymbol(StringRef Name) const;
176 const MCSectionMachO *getMachOSection(StringRef Segment,
177 StringRef Section,
181 const MCSectionMachO *getMachOSection(StringRef Segment,
182 StringRef Section,
188 const MCSectionELF *getELFSection(StringRef Section, unsigned Type
    [all...]
  /external/llvm/lib/MC/
MCContext.cpp 68 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
84 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
150 MCSymbol *MCContext::LookupSymbol(StringRef Name) const {
159 getMachOSection(StringRef Segment, StringRef Section,
188 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
194 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
195 SectionKind Kind, unsigned EntrySize, StringRef Group) {
226 const MCSection *MCContext::getCOFFSection(StringRef Section,
254 unsigned MCContext::GetDwarfFile(StringRef FileName, unsigned FileNumber)
    [all...]
  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 15 MCAsmLexer::MCAsmLexer() : CurTok(AsmToken::Error, StringRef()), TokStart(0) {
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCAsmInfo.cpp 17 SPULinuxMCAsmInfo::SPULinuxMCAsmInfo(const Target &T, StringRef TT) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 19 MipsMCAsmInfo::MipsMCAsmInfo(const Target &T, StringRef TT) {
  /external/llvm/lib/Target/PTX/MCTargetDesc/
PTXMCAsmInfo.cpp 19 PTXMCAsmInfo::PTXMCAsmInfo(const Target &T, const StringRef &TT) {
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 19 SparcELFMCAsmInfo::SparcELFMCAsmInfo(const Target &T, StringRef TT) {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.cpp 20 SystemZMCAsmInfo::SystemZMCAsmInfo(const Target &T, StringRef TT) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 32 std::string ARM_MC::ParseARMTriple(StringRef TT) {
86 MCSubtargetInfo *ARM_MC::createARMMCSubtargetInfo(StringRef TT, StringRef CPU,
87 StringRef FS) {
120 static MCRegisterInfo *createARMMCRegisterInfo(StringRef Triple) {
131 static MCAsmInfo *createARMMCAsmInfo(const Target &T, StringRef TT) {
146 MCCodeGenInfo *createARMMCCodeGenInfo(StringRef TT, Reloc::Model RM) {
  /external/llvm/lib/VMCore/
LLVMContext.cpp 81 void LLVMContext::emitError(StringRef ErrorStr) {
85 void LLVMContext::emitError(const Instruction *I, StringRef ErrorStr) {
95 void LLVMContext::emitError(unsigned LocCookie, StringRef ErrorStr) {
114 static bool isValidName(StringRef MDName) {
121 for (StringRef::iterator I = MDName.begin() + 1, E = MDName.end(); I != E;
131 unsigned LLVMContext::getMDKindID(StringRef Name) const {
142 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
  /frameworks/compile/slang/
slang_rs_export_foreach.h 20 #include "llvm/ADT/StringRef.h"
57 RSExportForEach(RSContext *Context, const llvm::StringRef &Name,
128 const llvm::StringRef Name = FD->getName();
129 static llvm::StringRef FuncInit("init");
137 const llvm::StringRef Name = FD->getName();
138 static llvm::StringRef FuncRoot("root");
146 const llvm::StringRef Name = FD->getName();
147 static llvm::StringRef FuncDtor(".rs.dtor");
  /external/clang/include/clang/Rewrite/
Rewriter.h 21 #include "llvm/ADT/StringRef.h"
67 void InsertText(unsigned OrigOffset, llvm::StringRef Str,
75 void InsertTextBefore(unsigned OrigOffset, llvm::StringRef Str) {
82 void InsertTextAfter(unsigned OrigOffset, llvm::StringRef Str) {
90 llvm::StringRef NewStr);
189 bool InsertText(SourceLocation Loc, llvm::StringRef Str,
197 bool InsertTextAfter(SourceLocation Loc, llvm::StringRef Str) {
203 bool InsertTextAfterToken(SourceLocation Loc, llvm::StringRef Str);
210 bool InsertTextBefore(SourceLocation Loc, llvm::StringRef Str) {
233 llvm::StringRef NewStr)
    [all...]
  /external/clang/lib/ARCMigrate/
Internals.h 60 void insert(SourceLocation loc, llvm::StringRef text);
61 void insertAfterToken(SourceLocation loc, llvm::StringRef text);
64 void replace(SourceRange range, llvm::StringRef text);
66 void replaceStmt(Stmt *S, llvm::StringRef text);
67 void replaceText(SourceLocation loc, llvm::StringRef text,
68 llvm::StringRef replacementText);
95 void reportError(llvm::StringRef error, SourceLocation loc,
97 void reportNote(llvm::StringRef note, SourceLocation loc,
106 virtual void insert(SourceLocation loc, llvm::StringRef text) = 0;
151 static inline llvm::StringRef getARCMTMacroName()
    [all...]
  /external/llvm/include/llvm/Support/
Timer.h 19 #include "llvm/ADT/StringRef.h"
92 explicit Timer(StringRef N) : TG(0) { init(N); }
93 Timer(StringRef N, TimerGroup &tg) : TG(0) { init(N, tg); }
105 void init(StringRef N);
106 void init(StringRef N, TimerGroup &tg);
153 explicit NamedRegionTimer(StringRef Name,
155 explicit NamedRegionTimer(StringRef Name, StringRef GroupName,
174 explicit TimerGroup(StringRef name);
177 void setName(StringRef name) { Name.assign(name.begin(), name.end());
    [all...]
  /external/llvm/include/llvm/Target/
TargetMachine.h 18 #include "llvm/ADT/StringRef.h"
87 TargetMachine(const Target &T, StringRef TargetTriple,
88 StringRef CPU, StringRef FS);
122 const StringRef getTargetTriple() const { return TargetTriple; }
123 const StringRef getTargetCPU() const { return TargetCPU; }
124 const StringRef getTargetFeatureString() const { return TargetFS; }
303 LLVMTargetMachine(const Target &T, StringRef TargetTriple,
304 StringRef CPU, StringRef FS, Reloc::Model RM)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 65 ARMBaseTargetMachine::ARMBaseTargetMachine(const Target &T, StringRef TT,
66 StringRef CPU, StringRef FS,
77 ARMTargetMachine::ARMTargetMachine(const Target &T, StringRef TT,
78 StringRef CPU, StringRef FS,
95 ThumbTargetMachine::ThumbTargetMachine(const Target &T, StringRef TT,
96 StringRef CPU, StringRef FS,
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 68 X86_32TargetMachine::X86_32TargetMachine(const Target &T, StringRef TT,
69 StringRef CPU, StringRef FS,
85 X86_64TargetMachine::X86_64TargetMachine(const Target &T, StringRef TT,
86 StringRef CPU, StringRef FS,
98 X86TargetMachine::X86TargetMachine(const Target &T, StringRef TT,
99 StringRef CPU, StringRef FS,

Completed in 1337 milliseconds

1 2 3 4 56 7 8 91011>>