Home
last modified time | relevance | path

Searched refs:crels (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp329 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 DInputSection.h40 Relocs<typename ELFT::Crel> crels; member
42 bool areRelocsCrel() const { return crels.size(); } in areRelocsCrel()
49 f(__VA_ARGS__, rs.crels); \
H A DMarkLive.cpp456 for (const typename ELFT::Crel &rel : rels.crels) in mark()
H A DDriver.cpp1065 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 DInputSection.cpp149 ret.crels = Relocs<typename ELFT::Crel>( in relsOrRelas()
H A DRelocations.cpp1690 scan<ELFT>(rels.crels); in scanSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp443 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 DELF.h376 Expected<RelsOrRelas> crels(const Elf_Shdr &Sec) const;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1887 auto RelsOrRelas = ElfFile.crels(*Shdr); in readSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6586 if (auto RelsOrRelas = Obj.crels(Sec)) { in forEachRelocationDo()