HomeSort by: relevance | last modified time | path
    Searched refs:TargetSec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
JITLink.cpp 126 auto &TargetSec = TargetBlock.getSection();
128 for (auto *B : TargetSec.blocks())
134 << TargetSec.getName();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 571 const SectionBase *TargetSec = RelocSec->getSection();
572 if (TargetSec && (TargetSec->Flags & SHF_ALLOC)) {
587 // the prefix to TargetSec->Name. Otherwise, if the relocation
589 if (PrefixedSections.count(TargetSec))
590 Sec.Name = (prefix + TargetSec->Name).str();
593 (prefix + Config.AllocSectionsPrefix + TargetSec->Name).str();

Completed in 17 milliseconds