Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2673 auto IsInPtLoad = [](const SectionBase &Sec) { in finalize() local
2687 if (ShouldWrite(Sec) && IsInPtLoad(Sec)) { in finalize()
2693 if (ShouldWrite(Sec) && (!UseSegments || IsInPtLoad(Sec))) { in finalize()