Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp179 StringRef NameB, in DiffFilesWithTolerance() argument
192 ErrorOr<std::unique_ptr<MemoryBuffer>> F2OrErr = MemoryBuffer::getFile(NameB); in DiffFilesWithTolerance()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DARMTargetDefEmitter.cpp74 const auto NameB = B->getValueAsString("Name"); in EmitARMTargetDef() local
75 return NameA.compare(NameB) < 0; // A lexographically less than B in EmitARMTargetDef()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp204 std::string NameB = (Name.take_front(TakeN) + Hash).str(); in mapNameAndUniqueName() local
206 StringRef N = NameB; in mapNameAndUniqueName()