Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp682 const MCSymbol &CheckSym = A ? A->getSymbol() : B->getSymbol(); in canFold() local
683 if (!CheckSym.isInSection()) in canFold()
686 if (!CheckSym.getSection().hasInstructions()) in canFold()