Home
last modified time | relevance | path

Searched refs:NameB (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFileUtilities.cpp178 StringRef NameB, in DiffFilesWithTolerance() argument
191 ErrorOr<std::unique_ptr<MemoryBuffer>> F2OrErr = MemoryBuffer::getFile(NameB); in DiffFilesWithTolerance()
/external/llvm/lib/Support/
DFileUtilities.cpp174 StringRef NameB, in DiffFilesWithTolerance() argument
187 ErrorOr<std::unique_ptr<MemoryBuffer>> F2OrErr = MemoryBuffer::getFile(NameB); in DiffFilesWithTolerance()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp786 const StringRef &NameB = secB->getSectionName(); in compareBySuffix() local
788 const unsigned sizeB = NameB.size(); in compareBySuffix()
792 char cb = NameB[sizeB - i - 1]; in compareBySuffix()