Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp758 const SectionBase *TargetSec = RelocSec->getSection(); in handleArgs() local
759 if (TargetSec && (TargetSec->Flags & SHF_ALLOC)) { in handleArgs()
764 if (PrefixedSections.count(TargetSec)) in handleArgs()
765 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str(); in handleArgs()
768 TargetSec->Name) in handleArgs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp143 auto &TargetSec = TargetBlock.getSection(); in printEdge() local
145 for (auto *B : TargetSec.blocks()) in printEdge()
150 OS << TargetSym.getAddress() << " (section " << TargetSec.getName(); in printEdge()