Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.cpp354 bool BeginB = isCrtbegin(B->File->getName()); in compCtors() local
355 if (BeginA != BeginB) in compCtors()