Home
last modified time | relevance | path

Searched refs:RHSName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp501 DeclarationName RHSName = RHS->getDeclName(); in MethodsCanShareVCallOffset() local
502 if (LHSName != RHSName) in MethodsCanShareVCallOffset()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4418 StringRef RHSName = (Options.end() - 1)->Function->getName(); in emitCPUDispatchDefinition() local
4419 if (LHSName.compare(RHSName) < 0) in emitCPUDispatchDefinition()