Home
last modified time | relevance | path

Searched refs:printReloc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h107 void printReloc(const ValidReloc &Reloc);
H A DDwarfLinkerForBinary.cpp888 void DwarfLinkerForBinary::AddressManager::printReloc(const ValidReloc &Reloc) { in printReloc() function in llvm::dsymutil::DwarfLinkerForBinary::AddressManager
917 printReloc(Relocs[0]); in hasValidRelocationAt()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp276 void printReloc(const Relocation<ELFT> &R, unsigned RelIndex,
3232 void ELFDumper<ELFT>::printReloc(const Relocation<ELFT> &R, unsigned RelIndex, in printReloc() function in ELFDumper
4487 const Elf_Shdr *SymTab) { printReloc(R, Ndx, Sec, SymTab); }, in printRelocationsHelper()