HomeSort by relevance Sort by last modified time
    Searched refs:StringRef (Results 101 - 125 of 778) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 40 static MCRegisterInfo *createSparcMCRegisterInfo(StringRef TT) {
46 static MCSubtargetInfo *createSparcMCSubtargetInfo(StringRef TT, StringRef CPU,
47 StringRef FS) {
53 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM,
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 22 #include "llvm/ADT/StringRef.h"
68 StringRef getStringField(unsigned Elt) const;
163 StringRef getFilename() const;
164 StringRef getDirectory() const;
174 StringRef getFilename() const { return getStringField(3); }
175 StringRef getDirectory() const { return getStringField(4); }
176 StringRef getProducer() const { return getStringField(5); }
189 StringRef getFlags() const { return getStringField(8); }
215 StringRef getFilename() const { return getStringField(1); }
216 StringRef getDirectory() const { return getStringField(2);
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 61 StringRef FixedStr;
70 std::vector<std::pair<StringRef, unsigned> > VariableUses;
76 std::vector<std::pair<StringRef, unsigned> > VariableDefs;
82 bool ParsePattern(StringRef PatternStr, SourceMgr &SM);
90 size_t Match(StringRef Buffer, size_t &MatchLen,
91 StringMap<StringRef> &VariableTable) const;
95 void PrintFailureInfo(const SourceMgr &SM, StringRef Buffer,
96 const StringMap<StringRef> &VariableTable) const;
99 static void AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr);
100 bool AddRegExToRegEx(StringRef RegExStr, unsigned &CurParen, SourceMgr &SM)
    [all...]
  /external/llvm/include/llvm/
Module.h 216 explicit Module(StringRef ModuleID, LLVMContext& C);
258 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
261 void setDataLayout(StringRef DL) { DataLayout = DL; }
264 void setTargetTriple(StringRef T) { TargetTriple = T; }
267 void setModuleInlineAsm(StringRef Asm) {
276 void appendModuleInlineAsm(StringRef Asm) {
290 GlobalValue *getNamedValue(StringRef Name) const;
294 unsigned getMDKindID(StringRef Name) const;
298 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
310 StructType *getTypeByName(StringRef Name) const
    [all...]
LLVMContext.h 21 class StringRef;
51 unsigned getMDKindID(StringRef Name) const;
55 void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
  /external/clang/include/clang/Lex/
HeaderSearch.h 87 StringRef Framework;
246 void AddIncludeAlias(StringRef Source, StringRef Dest) {
254 /// file name should include the angle brackets or quotes. Returns StringRef
256 StringRef MapHeaderToIncludeAlias(StringRef Source) {
263 return StringRef();
267 void setModuleCachePath(StringRef CachePath) {
272 StringRef getModuleCachePath() const { return ModuleCachePath; }
321 const FileEntry *LookupFile(StringRef Filename, bool isAngled
    [all...]
PPCallbacks.h 20 #include "llvm/ADT/StringRef.h"
73 virtual bool FileNotFound(StringRef FileName,
113 StringRef FileName,
117 StringRef SearchPath,
118 StringRef RelativePath) {
145 virtual void PragmaMessage(SourceLocation Loc, StringRef Str) {
151 StringRef Namespace) {
157 StringRef Namespace) {
162 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
163 diag::Mapping mapping, StringRef Str)
    [all...]
  /external/llvm/lib/Object/
Archive.cpp 35 StringRef getName() const {
41 StringRef::size_type end = StringRef(Name, sizeof(Name)).find(EndCond);
42 if (end == StringRef::npos)
46 return StringRef(Name, end);
51 StringRef(Size, sizeof(Size)).getAsInteger(10, ret);
69 StringRef name = amh.getName();
90 return Child(Parent, StringRef(0, 0));
95 return Child(Parent, StringRef(NextLoc, NextSize));
98 error_code Archive::Child::getName(StringRef &Result) const
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 48 static EncodingInfo getUnicodeEncoding(StringRef Input) {
129 StringRef Range;
199 static UTF8Decoded decodeUTF8(StringRef Range) {
200 StringRef::iterator Position= Range.begin();
201 StringRef::iterator End = Range.end();
254 Scanner(const StringRef Input, SourceMgr &SM);
267 void setError(const Twine &Message, StringRef::iterator Position) {
288 StringRef currentInput() {
289 return StringRef(Current, End - Current);
298 UTF8Decoded decodeUTF8(StringRef::iterator Position)
    [all...]
Regex.cpp 22 Regex::Regex(StringRef regex, unsigned Flags) {
55 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){
82 Matches->push_back(StringRef());
86 Matches->push_back(StringRef(String.data()+pm[i].rm_so,
94 std::string Regex::sub(StringRef Repl, StringRef String,
96 SmallVector<StringRef, 8> Matches;
112 std::pair<StringRef, StringRef> Split = Repl.split('\\')
    [all...]
PathV2.cpp 23 using llvm::StringRef;
34 StringRef find_first_component(StringRef path) {
76 size_t filename_pos(StringRef str) {
88 if (pos == StringRef::npos)
92 if (pos == StringRef::npos ||
99 size_t root_dir_start(StringRef str) {
112 return StringRef::npos;
126 return StringRef::npos;
129 size_t parent_path_end(StringRef path)
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
EDToken.h 19 #include "llvm/ADT/StringRef.h"
44 llvm::StringRef Str;
69 EDToken(llvm::StringRef str,
97 llvm::StringRef string() const;
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 38 SPUTargetMachine(const Target &T, StringRef TT,
39 StringRef CPU, StringRef FS, const TargetOptions &Options,
  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.cpp 34 HexagonSubtarget::HexagonSubtarget(StringRef TT, StringRef CPU, StringRef FS):
HexagonTargetMachine.h 39 HexagonTargetMachine(const Target &T, StringRef TT,StringRef CPU,
40 StringRef FS, const TargetOptions &Options,
  /external/llvm/lib/Target/MBlaze/
MBlazeSubtarget.h 25 class StringRef;
50 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
MBlazeTargetMachine.h 44 MBlazeTargetMachine(const Target &T, StringRef TT,
45 StringRef CPU, StringRef FS,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 28 StringRef TT,
29 StringRef CPU,
30 StringRef FS,
MSP430TargetMachine.h 41 MSP430TargetMachine(const Target &T, StringRef TT,
42 StringRef CPU, StringRef FS, const TargetOptions &Options,
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 23 XCoreTargetMachine::XCoreTargetMachine(const Target &T, StringRef TT,
24 StringRef CPU, StringRef FS,
XCoreTargetMachine.h 35 XCoreTargetMachine(const Target &T, StringRef TT,
36 StringRef CPU, StringRef FS, const TargetOptions &Options,
  /external/llvm/tools/llvm-diff/
DiffLog.h 18 #include "llvm/ADT/StringRef.h"
32 /// The use of a stored StringRef here is okay because
36 StringRef Format;
41 LogBuilder(Consumer &c, StringRef Format)
51 StringRef getFormat() const;
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 35 #include "llvm/ADT/StringRef.h"
81 static CompilationDatabase *loadFromDirectory(StringRef BuildDirectory,
94 StringRef FilePath) const = 0;
142 StringRef FilePath) const;
173 static JSONCompilationDatabase *loadFromFile(StringRef FilePath,
179 static JSONCompilationDatabase *loadFromBuffer(StringRef DatabaseString,
188 StringRef FilePath) const;
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 10 #include <llvm/ADT/StringRef.h>
19 llvm::StringRef ArgName,
20 llvm::StringRef Arg,
23 Val.assign<llvm::StringRef::const_iterator>(Arg.begin(), Arg.end());
55 llvm::StringRef ArgName,
56 llvm::StringRef Arg,
  /external/clang/include/clang/Driver/
ArgList.h 17 #include "llvm/ADT/StringRef.h"
204 StringRef getLastArgValue(OptSpecifier Id,
205 StringRef Default = "") const;
272 virtual const char *MakeArgString(StringRef Str) const = 0;
274 return MakeArgString(StringRef(Str));
277 return MakeArgString(StringRef(Str));
283 const char *GetOrMakeJoinedArgString(unsigned Index, StringRef LHS,
284 StringRef RHS) const;
325 unsigned MakeIndex(StringRef String0) const;
326 unsigned MakeIndex(StringRef String0, StringRef String1) const
    [all...]

Completed in 626 milliseconds

1 2 3 45 6 7 8 91011>>