Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp56 auto SectionRHS = getTargetSection(BinOp->getRHS()); in getTargetSection() local
57 return SectionLHS == SectionRHS ? nullptr : SectionLHS; in getTargetSection()