Home
last modified time | relevance | path

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

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