Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp571 const SectionBase *TargetSec = RelocSec->getSection(); in handleArgs() local
572 if (TargetSec && (TargetSec->Flags & SHF_ALLOC)) { in handleArgs()
589 if (PrefixedSections.count(TargetSec)) in handleArgs()
590 Sec.Name = (prefix + TargetSec->Name).str(); in handleArgs()
593 (prefix + Config.AllocSectionsPrefix + TargetSec->Name).str(); in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp126 auto &TargetSec = TargetBlock.getSection(); in printEdge() local
128 for (auto *B : TargetSec.blocks()) in printEdge()
134 << TargetSec.getName(); in printEdge()