Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp857 const SectionBase *TargetSec = RelocSec->getSection(); in handleArgs() local
858 if (TargetSec && (TargetSec->Flags & SHF_ALLOC)) { in handleArgs()
863 if (PrefixedSections.count(TargetSec)) in handleArgs()
864 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str(); in handleArgs()
867 TargetSec->Name) in handleArgs()
/freebsd/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()