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.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()
H A DInputSection.h42 Relocs<typename ELFT::Crel> crels; member
44 bool areRelocsCrel() const { return crels.size(); } in areRelocsCrel()
51 f(__VA_ARGS__, rs.crels); \
H A DMarkLive.cpp321 for (const typename ELFT::Crel &rel : rels.crels) in mark()
H A DDriver.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()
H A DInputSection.cpp146 ret.crels = Relocs<typename ELFT::Crel>( in relsOrRelas()
H A DRelocations.cpp1627 scan<ELFT>(rels.crels); in scanSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp441 ELFFile<ELFT>::crels(const Elf_Shdr &Sec) const { in crels() function in ELFFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h370 Expected<RelsOrRelas> crels(const Elf_Shdr &Sec) const;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1890 auto RelsOrRelas = ElfFile.crels(*Shdr); in readSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6484 if (auto RelsOrRelas = Obj.crels(Sec)) { in forEachRelocationDo()