Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h202 bool tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc);
H A DInputSection.cpp1066 !tryRelaxPPC64TocIndirection(rel, bufLoc)) in relocateAlloc()
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp328 bool elf::tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection() function in elf