Searched refs:crels (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ICF.cpp | 329 return constantEq(a, ra.crels, b, rb.crels); in equalsConstant() 381 return variableEq(a, ra.crels, b, rb.crels); in equalsVariable() 504 combineRelocHashes(cnt, s, rels.crels); in run()
|
| H A D | InputSection.h | 40 Relocs<typename ELFT::Crel> crels; member 42 bool areRelocsCrel() const { return crels.size(); } in areRelocsCrel() 49 f(__VA_ARGS__, rs.crels); \
|
| H A D | MarkLive.cpp | 456 for (const typename ELFT::Crel &rel : rels.crels) in mark()
|
| H A D | Driver.cpp | 1065 auto crels = in processCallGraphRelocations() local 1066 CHECK(obj.crels(sec), "could not retrieve cg profile rela section"); in processCallGraphRelocations() 1067 for (const auto &rel : crels.first) in processCallGraphRelocations() 1069 for (const auto &rel : crels.second) in processCallGraphRelocations() 2617 sym = readEntry(s->file, rels.crels); in readSymbolPartitionSection()
|
| H A D | InputSection.cpp | 149 ret.crels = Relocs<typename ELFT::Crel>( in relsOrRelas()
|
| H A D | Relocations.cpp | 1690 scan<ELFT>(rels.crels); in scanSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 443 ELFFile<ELFT>::crels(const Elf_Shdr &Sec) const { in crels() function in ELFFile 751 Expected<typename ELFFile<ELFT>::RelsOrRelas> Relas = EF.crels(*RelaSec); in decodeBBAddrMapImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELF.h | 376 Expected<RelsOrRelas> crels(const Elf_Shdr &Sec) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1887 auto RelsOrRelas = ElfFile.crels(*Shdr); in readSections()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 6586 if (auto RelsOrRelas = Obj.crels(Sec)) { in forEachRelocationDo()
|