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

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.h 26 class StringRef;
42 MCAsmBackend *createMipsAsmBackendEB32(const Target &T, StringRef TT);
43 MCAsmBackend *createMipsAsmBackendEL32(const Target &T, StringRef TT);
44 MCAsmBackend *createMipsAsmBackendEB64(const Target &T, StringRef TT);
45 MCAsmBackend *createMipsAsmBackendEL64(const Target &T, StringRef TT);
  /frameworks/compile/mclinker/include/mcld/Support/
CommandLine.h 14 #include <llvm/ADT/StringRef.h>
30 StringRef ArgName,
31 StringRef Arg,
49 bool parse(Option &O, StringRef ArgName, StringRef Arg, mcld::MCLDDirectory &Val);
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 25 template<bool (ELFAsmParser::*Handler)(StringRef, SMLoc)>
26 void AddDirectiveHandler(StringRef Directive) {
31 bool ParseSectionSwitch(StringRef Section, unsigned Type,
80 bool ParseSectionDirectiveData(StringRef, SMLoc) {
85 bool ParseSectionDirectiveText(StringRef, SMLoc) {
90 bool ParseSectionDirectiveBSS(StringRef, SMLoc) {
95 bool ParseSectionDirectiveRoData(StringRef, SMLoc) {
100 bool ParseSectionDirectiveTData(StringRef, SMLoc) {
106 bool ParseSectionDirectiveTBSS(StringRef, SMLoc) {
112 bool ParseSectionDirectiveDataRel(StringRef, SMLoc)
    [all...]
DarwinAsmParser.cpp 17 #include "llvm/ADT/StringRef.h"
28 template<bool (DarwinAsmParser::*Handler)(StringRef, SMLoc)>
29 void AddDirectiveHandler(StringRef Directive) {
107 bool ParseDirectiveDesc(StringRef, SMLoc);
108 bool ParseDirectiveDumpOrLoad(StringRef, SMLoc);
109 bool ParseDirectiveLsym(StringRef, SMLoc);
110 bool ParseDirectiveSection(StringRef, SMLoc);
111 bool ParseDirectiveSecureLogReset(StringRef, SMLoc);
112 bool ParseDirectiveSecureLogUnique(StringRef, SMLoc);
113 bool ParseDirectiveSubsectionsViaSymbols(StringRef, SMLoc)
    [all...]
COFFAsmParser.cpp 27 template<bool (COFFAsmParser::*Handler)(StringRef, SMLoc)>
28 void AddDirectiveHandler(StringRef Directive) {
33 bool ParseSectionSwitch(StringRef Section,
80 bool ParseSectionDirectiveText(StringRef, SMLoc) {
87 bool ParseSectionDirectiveData(StringRef, SMLoc) {
94 bool ParseSectionDirectiveBSS(StringRef, SMLoc) {
102 bool ParseDirectiveDef(StringRef, SMLoc);
103 bool ParseDirectiveScl(StringRef, SMLoc);
104 bool ParseDirectiveType(StringRef, SMLoc);
105 bool ParseDirectiveEndef(StringRef, SMLoc)
    [all...]
  /external/llvm/include/llvm/
Linker.h 26 class StringRef;
74 Linker(StringRef progname, ///< name of tool running linker
75 StringRef modulename, ///< name of linker's end-result module
83 Linker(StringRef progname, Module* aModule, unsigned Flags = 0);
222 StringRef Library, ///< The library to link in
276 sys::Path FindLib(StringRef Filename);
286 bool warning(StringRef message);
287 bool error(StringRef message);
288 void verbose(StringRef message);
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 28 SparcTargetMachine::SparcTargetMachine(const Target &T, StringRef TT,
29 StringRef CPU, StringRef FS,
78 StringRef TT, StringRef CPU,
79 StringRef FS,
90 StringRef TT, StringRef CPU,
91 StringRef FS,
SparcSubtarget.h 24 class StringRef;
43 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
  /frameworks/compile/mclinker/include/mcld/LD/
StrSymPool.h 15 #include <llvm/ADT/StringRef.h>
53 ResolveInfo* createSymbol(const llvm::StringRef& pName,
67 void insertSymbol(const llvm::StringRef& pName,
78 LDSymbol* findSymbol(const llvm::StringRef& pName);
79 const LDSymbol* findSymbol(const llvm::StringRef& pName) const;
82 ResolveInfo* findInfo(const llvm::StringRef& pName);
83 const ResolveInfo* findInfo(const llvm::StringRef& pName) const;
87 /// @return the StringRef points to the hash table
88 llvm::StringRef insertString(const llvm::StringRef& pString)
    [all...]
  /external/llvm/include/llvm/Support/
LockFileManager.h 14 #include "llvm/ADT/StringRef.h"
54 readLockFile(StringRef LockFileName);
56 static bool processStillExecuting(StringRef Hostname, int PID);
60 LockFileManager(StringRef FileName);
  /external/llvm/lib/Target/CellSPU/
SPUSubtarget.h 26 class StringRef;
61 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 25 CPPTargetMachine(const Target &T, StringRef TT,
26 StringRef CPU, StringRef FS, const TargetOptions &Options,
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDirectory.h 16 #include <llvm/ADT/StringRef.h>
32 MCLDDirectory(llvm::StringRef pName);
36 MCLDDirectory &assign(llvm::StringRef pName);
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 15 #include <llvm/ADT/StringRef.h>
41 struct StringHash : public std::unary_function<const llvm::StringRef&, size_t>
43 size_t operator()(const llvm::StringRef& pKey) const
53 struct StringHash<RS> : public std::unary_function<const llvm::StringRef&, size_t>
55 size_t operator()(const llvm::StringRef& pKey) const
73 struct StringHash<JS> : public std::unary_function<const llvm::StringRef&, size_t>
75 size_t operator()(const llvm::StringRef& pKey) const
90 struct StringHash<PJW> : public std::unary_function<const llvm::StringRef&, size_t>
92 size_t operator()(const llvm::StringRef& pKey) const
116 struct StringHash<ELF> : public std::unary_function<const llvm::StringRef&, size_t
    [all...]
  /external/clang/include/clang/Rewrite/
FrontendActions.h 26 StringRef InFile);
35 StringRef InFile);
38 StringRef Filename);
63 StringRef InFile);
  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 26 StringRef InFile);
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 17 StringRef InFile) {
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 19 class StringRef;
37 void printAnnotation(raw_ostream &OS, StringRef Annot);
51 StringRef Annot) = 0;
55 StringRef getOpcodeName(unsigned Opcode) const;
MCSectionCOFF.h 19 #include "llvm/ADT/StringRef.h"
26 StringRef SectionName;
38 MCSectionCOFF(StringRef Section, unsigned Characteristics,
50 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
52 StringRef getSectionName() const { return SectionName; }
MCSectionELF.h 19 #include "llvm/ADT/StringRef.h"
30 StringRef SectionName;
48 MCSectionELF(StringRef Section, unsigned type, unsigned flags,
57 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
59 StringRef getSectionName() const { return SectionName; }
  /external/llvm/include/llvm/Object/
Binary.h 23 class StringRef;
62 StringRef getData() const;
63 StringRef getFileName() const;
99 error_code createBinary(StringRef Path, OwningPtr<Binary> &Result);
  /external/llvm/include/llvm/TableGen/
TableGenBackend.h 37 void EmitSourceFileHeader(StringRef Desc, raw_ostream &OS) const;
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCAsmInfo.cpp 15 #include "llvm/ADT/StringRef.h"
20 MSP430MCAsmInfo::MSP430MCAsmInfo(const Target &T, StringRef TT) {
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp 11 #include "llvm/ADT/StringRef.h"
16 XCoreMCAsmInfo::XCoreMCAsmInfo(const Target &T, StringRef TT) {
  /frameworks/compile/slang/
slang_utils.cpp 25 bool SlangUtils::CreateDirectoryWithParents(llvm::StringRef Dir,

Completed in 759 milliseconds

1 23 4 5 6 7 8 91011>>