Home
last modified time | relevance | path

Searched refs:ppc64SmallCodeModelTocRelocs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h140 bool ppc64SmallCodeModelTocRelocs = false; variable
H A DWriter.cpp1435 return a->file->ppc64SmallCodeModelTocRelocs && in sortSection()
1436 !b->file->ppc64SmallCodeModelTocRelocs; in sortSection()
H A DRelocations.cpp1339 sec.file->ppc64SmallCodeModelTocRelocs = true; in scanOne()