Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDICF.cpp328 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()
HDInputSection.h42 Relocs<typename ELFT::Crel> crels; member
44 bool areRelocsCrel() const { return crels.size(); } in areRelocsCrel()
51 f(__VA_ARGS__, rs.crels); \
HDMarkLive.cpp321 for (const typename ELFT::Crel &rel : rels.crels) in mark()
HDDriver.cpp995 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()
HDInputSection.cpp146 ret.crels = Relocs<typename ELFT::Crel>( in relsOrRelas()
HDRelocations.cpp1627 scan<ELFT>(rels.crels); in scanSection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp441 ELFFile<ELFT>::crels(const Elf_Shdr &Sec) const { in crels() function in ELFFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELF.h370 Expected<RelsOrRelas> crels(const Elf_Shdr &Sec) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.cpp1890 auto RelsOrRelas = ElfFile.crels(*Shdr); in readSections()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp6484 if (auto RelsOrRelas = Obj.crels(Sec)) { in forEachRelocationDo()