Searched refs:crels (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ICF.cpp | 328 return constantEq(a, ra.crels, b, rb.crels); in equalsConstant() 380 return variableEq(a, ra.crels, b, rb.crels); in equalsVariable() 513 combineRelocHashes(cnt, s, rels.crels); in run()
|
H A D | InputSection.h | 42 Relocs<typename ELFT::Crel> crels; member 44 bool areRelocsCrel() const { return crels.size(); } in areRelocsCrel() 51 f(__VA_ARGS__, rs.crels); \
|
H A D | MarkLive.cpp | 321 for (const typename ELFT::Crel &rel : rels.crels) in mark()
|
H A D | Driver.cpp | 995 auto crels = in processCallGraphRelocations() local 996 CHECK(obj.crels(sec), "could not retrieve cg profile rela section"); in processCallGraphRelocations() 997 for (const auto &rel : crels.first) in processCallGraphRelocations() 999 for (const auto &rel : crels.second) in processCallGraphRelocations()
|
H A D | InputSection.cpp | 146 ret.crels = Relocs<typename ELFT::Crel>( in relsOrRelas()
|
H A D | Relocations.cpp | 1627 scan<ELFT>(rels.crels); in scanSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 441 ELFFile<ELFT>::crels(const Elf_Shdr &Sec) const { in crels() function in ELFFile
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 370 Expected<RelsOrRelas> crels(const Elf_Shdr &Sec) const;
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1890 auto RelsOrRelas = ElfFile.crels(*Shdr); in readSections()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 6484 if (auto RelsOrRelas = Obj.crels(Sec)) { in forEachRelocationDo()
|