| /external/clang/lib/StaticAnalyzer/Checkers/ |
| ObjCMissingSuperCallChecker.cpp | 76 StringRef &SuperclassName) const; 79 StringRef ClassName) const; 92 StringRef &SuperclassName) const { 105 StringRef ClassName) const { 178 StringRef SuperclassName;
|
| /external/llvm/include/llvm/IR/ |
| InlineAsm.h | 19 #include "llvm/ADT/StringRef.h" 67 static InlineAsm *get(FunctionType *Ty, StringRef AsmString, 68 StringRef Constraints, bool hasSideEffects, 93 static bool Verify(FunctionType *Ty, StringRef Constraints); 170 bool Parse(StringRef Str, ConstraintInfoVector &ConstraintsSoFar); 180 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfAccelTable.h | 69 static uint32_t HashDJB(StringRef Str) { 190 StringRef Str; 194 HashData(StringRef S, DwarfAccelTable::DataArray &Data) 248 void AddName(StringRef Name, MCSymbol *StrSym, const DIE *Die, 250 void FinalizeTable(AsmPrinter *, StringRef);
|
| /external/llvm/lib/MC/MCAnalysis/ |
| MCModuleYAML.cpp | 67 bool matchRegister(StringRef Name, unsigned &Reg) { 74 bool matchOpcode(StringRef Name, unsigned &Opc) { 115 StringRef Name; 165 static StringRef input(StringRef, void *, MCModuleYAML::Operand &); 166 static bool mustQuote(StringRef) { return false; } 172 static StringRef input(StringRef, void *, MCModuleYAML::OpcodeEnum &); 173 static bool mustQuote(StringRef) { return false; } 232 StringRef [all...] |
| /external/llvm/lib/Support/ |
| LockFileManager.cpp | 33 LockFileManager::readLockFile(StringRef LockFileName) { 44 StringRef Hostname; 45 StringRef PIDStr; 60 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) { 74 LockFileManager::LockFileManager(StringRef FileName)
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| Archive.h | 90 typedef HashEntry<const llvm::StringRef, 92 hash::StringCompare<llvm::StringRef> > ArchiveMemberEntryType; 173 bool addArchiveMember(const llvm::StringRef& pName, 178 bool hasArchiveMember(const llvm::StringRef& pName) const; 181 ArchiveMember* getArchiveMember(const llvm::StringRef& pName);
|
| /frameworks/compile/mclinker/lib/LD/ |
| ELFDynObjReader.cpp | 18 #include <llvm/ADT/StringRef.h> 57 llvm::StringRef region = pInput.memArea()->request(pInput.fileOffset(), 84 llvm::StringRef region = pInput.memArea()->request(pInput.fileOffset(), 117 llvm::StringRef symtab_region = pInput.memArea()->request( 120 llvm::StringRef strtab_region = pInput.memArea()->request(
|
| /external/clang/lib/Tooling/ |
| JSONCompilationDatabase.cpp | 33 CommandLineArgumentParser(StringRef CommandLine) 109 const StringRef Input; 110 StringRef::iterator Position; 115 StringRef EscapedCommandLine) { 121 CompilationDatabase *loadFromDirectory(StringRef Directory, 145 JSONCompilationDatabase::loadFromFile(StringRef FilePath, 161 JSONCompilationDatabase::loadFromBuffer(StringRef DatabaseString, 173 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { 179 StringRef Match = MatchTrie.findEquivalent(NativeFilePath.str(), ES); 303 StringRef FileName = File->getValue(FileStorage) [all...] |
| /external/llvm/include/llvm/Support/ |
| CommandLine.h | 169 virtual bool handleOccurrence(unsigned pos, StringRef ArgName, 170 StringRef Arg) = 0; 273 bool addOccurrence(unsigned pos, StringRef ArgName, 274 StringRef Value, bool MultiArg = false); 277 bool error(const Twine &Message, StringRef ArgName = StringRef()); 459 typedef StringRef WrapperType; 662 bool parse(Option &O, StringRef ArgName, StringRef Arg, DataType &V) { 663 StringRef ArgVal [all...] |
| /external/llvm/include/llvm/Object/ |
| ELF.h | 39 StringRef getELFRelocationTypeName(uint32_t Machine, uint32_t Type); 43 getElfArchType(StringRef Object) { 234 StringRef Buf; 307 ErrorOr<StringRef> getSymbolVersion(const Elf_Shdr *section, 312 StringRef getRelocationTypeName(uint32_t Type) const; 321 ELFFile(StringRef Object, std::error_code &ec); 410 ErrorOr<StringRef> getSymbolName(Elf_Sym_Iter Sym) const; 418 ErrorOr<StringRef> getSymbolName(const Elf_Shdr *SymTab, 420 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const; 423 StringRef getLoadName() const [all...] |
| ELFYAML.h | 61 StringRef Name; 63 StringRef Section; 76 StringRef Name; 80 StringRef Link; 97 StringRef Symbol; 100 StringRef Info; 204 static StringRef validate(IO &io, std::unique_ptr<ELFYAML::Section> &Section);
|
| /external/llvm/tools/llvm-ar/ |
| llvm-ar.cpp | 43 static StringRef ToolName; 274 static void doPrint(StringRef Name, object::Archive::child_iterator I) { 278 StringRef Data = I->getBuffer(); 303 static void doDisplayTable(StringRef Name, object::Archive::child_iterator I) { 320 static void doExtract(StringRef Name, object::Archive::child_iterator I) { 334 StringRef Data = I->getBuffer(); 373 ErrorOr<StringRef> NameOrErr = I->getName(); 375 StringRef Name = NameOrErr.get(); 400 StringRef Name; 409 NewArchiveIterator(object::Archive::child_iterator I, StringRef Name) [all...] |
| /external/clang/lib/Basic/ |
| DiagnosticIDs.cpp | 57 StringRef getDescription() const { 58 return StringRef(DescriptionStr, DescriptionLen); 187 StringRef getName() const { 188 return StringRef(NameStr, NameLen); 224 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) { 226 return StringRef(); 261 StringRef getDescription(unsigned DiagID) const { 274 unsigned getOrCreateDiagID(DiagnosticIDs::Level L, StringRef Message, 310 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { 358 StringRef DiagnosticIDs::getDescription(unsigned DiagID) const [all...] |
| /external/clang/lib/ASTMatchers/Dynamic/ |
| Parser.cpp | 48 StringRef Text; 59 explicit CodeTokenizer(StringRef MatcherCode, Diagnostics *Error) 65 CodeTokenizer(StringRef MatcherCode, Diagnostics *Error, 92 Result.Text = StringRef(CodeCompletionLocation, 0); 224 StringRef ErrorText = Code; 251 StringRef Code; 252 StringRef StartOfLine; 261 VariantValue Parser::Sema::getNamedValue(StringRef Name) { 430 void Parser::addCompletion(const TokenInfo &CompToken, StringRef TypedText, 431 StringRef Decl) [all...] |
| Diagnostics.cpp | 26 StringRef MatcherName, 33 StringRef MatcherName, 78 StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { 88 StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { 133 void formatErrorString(StringRef FormatString, ArrayRef<std::string> Args, 136 std::pair<StringRef, StringRef> Pieces = FormatString.split("$");
|
| /external/clang/unittests/AST/ |
| DeclPrinterTest.cpp | 59 StringRef getPrinted() const { 69 StringRef Code, 72 StringRef ExpectedPrinted, 73 StringRef FileName) { 101 ::testing::AssertionResult PrintedDeclCXX98Matches(StringRef Code, 102 StringRef DeclName, 103 StringRef ExpectedPrinted) { 113 StringRef Code, 115 StringRef ExpectedPrinted) { 124 ::testing::AssertionResult PrintedDeclCXX11Matches(StringRef Code [all...] |
| /external/clang/include/clang/Basic/ |
| VirtualFileSystem.h | 48 Status(StringRef Name, StringRef RealName, llvm::sys::fs::UniqueID UID, 54 StringRef getName() const { return Name; } 55 void setName(StringRef N) { Name = N; } 100 virtual void setName(StringRef Name) = 0; 274 void addFileMapping(StringRef VirtualPath, StringRef RealPath);
|
| /external/clang/include/clang/Format/ |
| Format.h | 455 bool getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language, 465 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style); 486 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, 488 StringRef FileName = "<stdin>"); 521 FormatStyle getStyle(StringRef StyleName, StringRef FileName, 522 StringRef FallbackStyle);
|
| /external/clang/unittests/Lex/ |
| PPCallbacksTest.cpp | 52 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override 61 StringRef FileName, 65 StringRef SearchPath, 66 StringRef RelativePath, 145 StringRef SearchPath = path::parent_path(HeaderPath); 152 StringRef GetSourceString(CharSourceRange Range) { 156 return StringRef(B, E - B);
|
| /external/llvm/lib/Target/AArch64/MCTargetDesc/ |
| AArch64MCTargetDesc.cpp | 44 createAArch64MCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS) { 54 static MCRegisterInfo *createAArch64MCRegisterInfo(StringRef Triple) { 61 StringRef TT) { 80 static MCCodeGenInfo *createAArch64MCCodeGenInfo(StringRef TT, Reloc::Model RM, 126 static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
|
| /external/llvm/lib/Target/ARM/ |
| ARMSubtarget.h | 40 class StringRef; 257 void ParseSubtargetFeatures(StringRef CPU, StringRef FS); 264 ARMSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS); 287 void resetSubtargetFeatures(StringRef CPU, StringRef FS);
|
| /external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| SystemZMCTargetDesc.cpp | 98 StringRef TT) { 114 static MCRegisterInfo *createSystemZMCRegisterInfo(StringRef TT) { 120 static MCSubtargetInfo *createSystemZMCSubtargetInfo(StringRef TT, 121 StringRef CPU, 122 StringRef FS) { 128 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM, 184 static MCStreamer *createSystemZMCObjectStreamer(const Target &T, StringRef TT,
|
| /external/llvm/lib/Target/X86/ |
| X86Subtarget.h | 32 class StringRef; 265 void ParseSubtargetFeatures(StringRef CPU, StringRef FS); 272 X86Subtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS); 274 void resetSubtargetFeatures(StringRef CPU, StringRef FS);
|
| /external/llvm/utils/yaml-bench/ |
| YAMLBench.cpp | 69 if (StringRef(Tag).startswith("tag:yaml.org,2002:")) { 71 Ret += StringRef(Tag).substr(18); 87 StringRef Anchor = n->getAnchor(); 92 StringRef Val = sn->getValue(Storage); 140 , llvm::StringRef Name 141 , llvm::StringRef JSONText) { 145 for (llvm::StringRef::iterator I = JSONText.begin(),
|
| /external/llvm/lib/LineEditor/ |
| LineEditor.cpp | 22 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { 54 LineEditor::ListCompleterConcept::complete(StringRef Buffer, size_t Pos) const { 82 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, 143 StringRef(LI->buffer, LI->lastchar - LI->buffer), 180 << StringRef(LI->buffer, LI->lastchar - LI->buffer); 193 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, 281 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In,
|