Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp738 const SectionBase *TargetSec = RelocSec->getSection(); in handleArgs() local
739 if (TargetSec && (TargetSec->Flags & SHF_ALLOC)) { in handleArgs()
744 if (PrefixedSections.count(TargetSec)) in handleArgs()
745 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str(); in handleArgs()
748 TargetSec->Name) in handleArgs()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp123 auto &TargetSec = TargetBlock.getSection(); in printEdge() local
125 for (auto *B : TargetSec.blocks()) in printEdge()
130 OS << TargetSym.getAddress() << " (section " << TargetSec.getName(); in printEdge()