Searched refs:StringRef (Results 176 - 200 of 430) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp69 StringRef CPU;
71 X86AsmBackend(const Target &T, StringRef _CPU)
338 ELFX86AsmBackend(const Target &T, uint8_t _OSABI, StringRef CPU)
351 ELFX86_32AsmBackend(const Target &T, uint8_t OSABI, StringRef CPU)
361 ELFX86_64AsmBackend(const Target &T, uint8_t OSABI, StringRef CPU)
373 WindowsX86AsmBackend(const Target &T, bool is64Bit, StringRef CPU)
385 DarwinX86AsmBackend(const Target &T, StringRef CPU)
391 DarwinX86_32AsmBackend(const Target &T, StringRef CPU)
403 DarwinX86_64AsmBackend(const Target &T, StringRef CPU)
450 MCAsmBackend *llvm::createX86_32AsmBackend(const Target &T, StringRef T
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DTimer.cpp103 void Timer::init(StringRef N) {
111 void Timer::init(StringRef N, TimerGroup &tg) {
208 Timer &get(StringRef Name, StringRef GroupName) {
228 static Timer &getNamedRegionTimer(StringRef Name) {
237 NamedRegionTimer::NamedRegionTimer(StringRef Name,
241 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef GroupName,
253 TimerGroup::TimerGroup(StringRef name)
H A DFileOutputBuffer.cpp27 StringRef Path, StringRef TmpPath)
44 error_code FileOutputBuffer::create(StringRef FilePath,
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DGCOV.cpp145 StringRef Filename = Buff.readString();
180 void GCOVBlock::addLine(StringRef Filename, uint32_t LineNo) {
221 void GCOVLines::collectLineCounts(FileInfo &FI, StringRef Filename,
239 void FileInfo::addLineCount(StringRef Filename, uint32_t Line, uint32_t Count) {
246 StringRef AllLines = Buff.take()->getBuffer();
260 StringRef Filename = I->first();
268 StringRef AllLines = Buff.take()->getBuffer();
274 std::pair<StringRef, StringRef> P = AllLines.split('\n');
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCObjectWriter.h171 OS << StringRef(Zeros, 16);
173 OS << StringRef(Zeros, N % 16);
176 void WriteBytes(StringRef Str, unsigned ZeroFillSize = 0) {
H A DMCWin64EH.h23 class StringRef;
84 static StringRef GetSectionSuffix(const MCSymbol *func);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DBinary.cpp15 #include "llvm/ADT/StringRef.h"
35 StringRef Binary::getData() const {
39 StringRef Binary::getFileName() const {
98 error_code object::createBinary(StringRef Path, OwningPtr<Binary> &Result) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp64 HexagonTargetMachine::HexagonTargetMachine(const Target &T, StringRef TT,
65 StringRef CPU, StringRef FS,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetMachine.cpp46 StringRef TT, StringRef CPU, StringRef FS,
H A DMangler.cpp49 static bool NameNeedsEscaping(StringRef Str, const MCAsmInfo &MAI) {
69 static void appendMangledName(SmallVectorImpl<char> &OutName, StringRef Str,
93 StringRef Str) {
109 StringRef Name = GVName.toStringRef(TmpData);
140 Name.find_first_of("\n\"") == StringRef::npos)) {
152 assert(Name.find_first_of("\n\"") != StringRef::npos);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DErrorHandling.h19 #include "llvm/ADT/StringRef.h"
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachinePassRegistry.cpp22 void MachinePassRegistry::setDefault(StringRef Name) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCSectionCOFF.cpp21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name,
H A DMCWin64EH.cpp205 StringRef MCWin64EHUnwindEmitter::GetSectionSuffix(const MCSymbol *func) {
210 StringRef name = COFFSection->getSectionName();
213 if (dollar == StringRef::npos && dot == StringRef::npos)
215 if (dot == StringRef::npos)
217 if (dollar == StringRef::npos || dot < dollar)
224 static const MCSection *getWin64EHTableSection(StringRef suffix,
235 static const MCSection *getWin64EHFuncTableSection(StringRef suffix,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/InstPrinter/
H A DMBlazeInstPrinter.h28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.h28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-objdump/
H A Dllvm-objdump.cpp103 static StringRef ToolName;
138 void llvm::DumpBytes(StringRef bytes) {
153 for (StringRef::iterator i = bytes.begin(),
200 std::vector<std::pair<uint64_t, StringRef> > Symbols;
210 StringRef Name;
233 StringRef name;
286 StringRef Bytes;
325 DumpBytes(StringRef(Bytes.data() + Index, Size));
369 StringRef secname;
400 StringRef Nam
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DValueTracking.h26 class StringRef;
134 bool getConstantStringInfo(const Value *V, StringRef &Str,
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DTargetSelect.cpp45 StringRef MArch,
46 StringRef MCPU,
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-diff/
H A Dllvm-diff.cpp22 #include "llvm/ADT/StringRef.h"
37 static Module *ReadModule(LLVMContext &Context, StringRef Name) {
46 StringRef Name) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DMachO.h43 virtual StringRef getFileFormatName() const;
45 virtual StringRef getLoadName() const;
56 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
67 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
70 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
103 virtual error_code getLibraryPath(DataRefImpl LibData, StringRef &Res) const;
H A DObjectFile.h18 #include "llvm/ADT/StringRef.h"
151 error_code getName(StringRef &Result) const;
154 error_code getContents(StringRef &Result) const;
214 error_code getName(StringRef &Result) const;
258 error_code getPath(StringRef &Result) const;
291 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const = 0;
306 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const = 0;
309 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0;
351 virtual error_code getLibraryPath(DataRefImpl Lib, StringRef &Res) const = 0;
371 virtual StringRef getFileFormatNam
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DDbgInfoPrinter.cpp130 StringRef D = Var.getDisplayName();
141 StringRef D = Var.getDisplayName();
152 StringRef D = Var.getName();
160 StringRef T = TypeD.getName();
163 StringRef F = Unit.getFilename();
166 StringRef D = Unit.getDirectory();
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DStringMapTest.cpp38 EXPECT_EQ(0u, testMap.count(StringRef(testKeyFirst, testKeyLength)));
41 EXPECT_TRUE(testMap.find(StringRef(testKeyFirst, testKeyLength)) ==
61 EXPECT_EQ(1u, testMap.count(StringRef(testKeyFirst, testKeyLength)));
64 EXPECT_TRUE(testMap.find(StringRef(testKeyFirst, testKeyLength)) ==
94 EXPECT_EQ(0u, constTestMap.count(StringRef(testKeyFirst, testKeyLength)));
97 EXPECT_TRUE(constTestMap.find(StringRef(testKeyFirst, testKeyLength)) ==
/macosx-10.10.1/llvmCore-3425.0.34/tools/macho-dump/
H A Dmacho-dump.cpp52 static void DumpSegmentCommandData(StringRef Name,
69 static int DumpSectionData(MachOObject &Obj, unsigned Index, StringRef Name,
70 StringRef SegmentName, uint64_t Address,
114 StringRef Data = Obj.getData(Offset, Size);
134 DumpSegmentCommandData(StringRef(SLC->Name, 16), SLC->VMAddress,
150 if ((Res = DumpSectionData(Obj, i, StringRef(Sect->Name, 16),
151 StringRef(Sect->SegmentName, 16), Sect->Address,
170 DumpSegmentCommandData(StringRef(SLC->Name, 16), SLC->VMAddress,
186 if ((Res = DumpSectionData(Obj, i, StringRef(Sect->Name, 16),
187 StringRef(Sec
[all...]

Completed in 511 milliseconds

1234567891011>>