| /external/clang/lib/StaticAnalyzer/Core/ |
| Checker.cpp | 20 StringRef CheckerBase::getTagDescription() const {
|
| /external/llvm/include/llvm/Object/ |
| MachOObject.h | 16 #include "llvm/ADT/StringRef.h" 76 StringRef StringTable; 106 StringRef getData(size_t Offset, size_t Size) const; 112 StringRef getStringTableData() const { 117 StringRef getStringAtIndex(unsigned Index) const {
|
| COFF.h | 102 error_code getString(uint32_t offset, StringRef &Res) const; 110 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 121 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const; 124 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const; 158 StringRef &Result) const; 172 virtual StringRef getFileFormatName() const; 174 virtual StringRef getLoadName() const; 186 error_code getSymbolName(const coff_symbol *symbol, StringRef &Res) const; 187 error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
|
| /external/llvm/include/llvm/ |
| PassRegistry.h | 20 #include "llvm/ADT/StringRef.h" 52 const PassInfo *getPassInfo(StringRef Arg) const;
|
| /external/llvm/lib/VMCore/ |
| LLVMContext.cpp | 124 static bool isValidName(StringRef MDName) { 131 for (StringRef::iterator I = MDName.begin() + 1, E = MDName.end(); I != E; 141 unsigned LLVMContext::getMDKindID(StringRef Name) const { 152 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
|
| /frameworks/compile/mclinker/lib/MC/ |
| InputFactory.cpp | 24 Input* InputFactory::produce(llvm::StringRef pName,
|
| /frameworks/compile/slang/ |
| slang_rs_export_element.h | 25 #include "llvm/ADT/StringRef.h" 61 static const ElementInfo *GetElementInfo(const llvm::StringRef &Name);
|
| /external/llvm/include/llvm/MC/ |
| MCDwarf.h | 18 #include "llvm/ADT/StringRef.h" 40 // The StringRef references memory allocated in the MCContext. 41 StringRef Name; 48 MCDwarfFile(StringRef name, unsigned dirIndex) 55 StringRef getName() const { return Name; } 242 StringRef Name; 251 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, 255 StringRef getName() const { return Name; } 295 MCCFIInstruction(OpType Op, MCSymbol *L, StringRef Vals) 303 const StringRef getValues() const [all...] |
| /external/clang/lib/Frontend/ |
| InitHeaderSearch.cpp | 50 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) 62 void AddGnuCPlusPlusIncludePaths(StringRef Base, 63 StringRef ArchDir, 64 StringRef Dir32, 65 StringRef Dir64, 70 void AddMinGWCPlusPlusIncludePaths(StringRef Base, 71 StringRef Arch, 72 StringRef Version); 76 void AddMinGW64CXXPaths(StringRef Base, 77 StringRef Version) [all...] |
| /external/clang/lib/Basic/ |
| IdentifierTable.cpp | 63 virtual StringRef Next() { return StringRef(); } 118 static void AddKeyword(StringRef Keyword, 150 static void AddCXXOperatorKeyword(StringRef Keyword, 159 static void AddObjCKeyword(StringRef Name, 170 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \ 173 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \ 177 AddCXXOperatorKeyword(StringRef(#NAME), tok::ALIAS, *this); 180 AddObjCKeyword(StringRef(#NAME), tok::objc_##NAME, *this); 183 AddObjCKeyword(StringRef(#NAME), tok::objc_##NAME, *this) [all...] |
| /external/clang/lib/Driver/ |
| ArgList.cpp | 149 StringRef ArgList::getLastArgValue(OptSpecifier Id, 150 StringRef Default) const { 161 if (StringRef(A->getValue(*this)).getAsInteger(10, Res)) { 211 Output.push_back(MakeArgString(StringRef(Translation) + 239 StringRef LHS, 240 StringRef RHS) const { 241 StringRef Cur = getArgString(Index); 263 unsigned InputArgList::MakeIndex(StringRef String0) const { 273 unsigned InputArgList::MakeIndex(StringRef String0, 274 StringRef String1) const [all...] |
| /external/clang/lib/Rewrite/ |
| Rewriter.cpp | 87 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str, 104 StringRef NewStr) { 225 StringRef MB = SourceMgr->getBufferData(FID); 233 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str, 240 if (indentNewLines && Str.find('\n') != StringRef::npos) { 241 StringRef MB = SourceMgr->getBufferData(FID); 249 StringRef indentSpace; 257 SmallVector<StringRef, 4> lines; 274 bool Rewriter::InsertTextAfterToken(SourceLocation Loc, StringRef Str) { 299 StringRef NewStr) [all...] |
| /external/clang/include/clang/Basic/ |
| TargetInfo.h | 20 #include "llvm/ADT/StringRef.h" 91 mutable StringRef PlatformName; 389 bool isValidClobber(StringRef Name) const; 394 bool isValidGCCRegisterName(StringRef Name) const; 398 StringRef getNormalizedGCCRegisterName(StringRef Name) const; 414 ConstraintInfo(StringRef ConstraintStr, StringRef Name) 540 virtual std::string isValidSectionSpecifier(StringRef SR) const { 605 StringRef Name [all...] |
| /external/clang/include/clang/Lex/ |
| DirectoryLookup.h | 152 const FileEntry *LookupFile(StringRef Filename, HeaderSearch &HS, 160 StringRef Filename, HeaderSearch &HS,
|
| /external/clang/lib/CodeGen/ |
| TargetInfo.h | 20 #include "llvm/ADT/StringRef.h" 114 StringRef Constraint, 129 virtual StringRef getARCRetainAutoreleasedReturnValueMarker() const {
|
| /external/llvm/include/llvm/MC/MCParser/ |
| MCAsmParserExtension.h | 14 #include "llvm/ADT/StringRef.h" 33 template<typename T, bool (T::*Handler)(StringRef, SMLoc)> 35 StringRef Directive,
|
| /external/llvm/lib/Support/ |
| ErrorHandling.cpp | 60 void llvm::report_fatal_error(StringRef Reason) { 74 StringRef MessageStr = OS.str();
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| ARMMCTargetDesc.cpp | 38 std::string ARM_MC::ParseARMTriple(StringRef TT) { 95 MCSubtargetInfo *ARM_MC::createARMMCSubtargetInfo(StringRef TT, StringRef CPU, 96 StringRef FS) { 116 static MCRegisterInfo *createARMMCRegisterInfo(StringRef Triple) { 122 static MCAsmInfo *createARMMCAsmInfo(const Target &T, StringRef TT) { 131 static MCCodeGenInfo *createARMMCCodeGenInfo(StringRef TT, Reloc::Model RM, 145 static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| FunctionBlackList.cpp | 42 SmallVector<StringRef, 16> Lines; 43 SplitString(StringRef(Data, DataLen), Lines, "\n\r");
|
| /external/llvm/tools/llvm-config/ |
| llvm-config.cpp | 22 #include "llvm/ADT/StringRef.h" 54 static void VisitComponent(StringRef Name, 57 std::vector<StringRef> &RequiredLibs) { 86 void ComputeLibsForComponents(const std::vector<StringRef> &Components, 87 std::vector<StringRef> &RequiredLibs) { 164 std::vector<StringRef> Components; 250 StringRef Arg = argv[i]; 312 std::vector<StringRef> RequiredLibs; 316 StringRef Lib = RequiredLibs[i];
|
| /external/llvm/tools/llvm-diff/ |
| DiffConsumer.h | 21 #include "llvm/ADT/StringRef.h" 44 virtual void log(StringRef Text) = 0; 87 void log(StringRef text);
|
| DifferenceEngine.h | 19 #include "llvm/ADT/StringRef.h" 67 void log(StringRef text) { 70 LogBuilder logf(StringRef text) {
|
| /frameworks/compile/mclinker/include/mcld/MC/ |
| MCLinker.h | 75 LDSymbol* addSymbol(const llvm::StringRef& pName, 104 LDSymbol* defineSymbol(const llvm::StringRef& pName, 191 LDSymbol* defineSymbolForcefully(const llvm::StringRef& pName, 201 LDSymbol* defineAndResolveSymbolForcefully(const llvm::StringRef& pName, 211 LDSymbol* defineSymbolAsRefered(const llvm::StringRef& pName, 221 LDSymbol* defineAndResolveSymbolAsRefered(const llvm::StringRef& pName, 233 LDSymbol* addSymbolFromDynObj(const llvm::StringRef& pName, 242 LDSymbol* addSymbolFromObject(const llvm::StringRef& pName,
|
| /external/clang/include/clang/Frontend/ |
| PreprocessorOptions.h | 14 #include "llvm/ADT/StringRef.h" 178 void addMacroDef(StringRef Name) { 181 void addMacroUndef(StringRef Name) { 184 void addRemappedFile(StringRef From, StringRef To) { 192 void addRemappedFile(StringRef From, const llvm::MemoryBuffer * To) {
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| CheckerContext.h | 186 StringRef getCalleeName(const FunctionDecl *FunDecl) const; 189 StringRef getCalleeName(const CallExpr *CE) const { 196 bool isCLibraryFunction(const FunctionDecl *FD, StringRef Name); 197 static bool isCLibraryFunction(const FunctionDecl *FD, StringRef Name, 209 StringRef getMacroNameOrSpelling(SourceLocation &Loc);
|