Home
last modified time | relevance | path

Searched refs:ppc64noTocRelax (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/ELF/
DInputSection.h410 extern llvm::DenseSet<std::pair<const Symbol *, uint64_t>> ppc64noTocRelax;
DInputSection.cpp44 DenseSet<std::pair<const Symbol *, uint64_t>> elf::ppc64noTocRelax; member in elf
1050 if (ppc64noTocRelax.count({rel.sym, rel.addend}) || in relocateAlloc()
DRelocations.cpp1344 ppc64noTocRelax.insert({&sym, addend}); in scanReloc()
DWriter.cpp1979 ppc64noTocRelax.clear(); in finalizeSections()