Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp76 return setPPC64TargetInfo(ctx); in setTarget()
H A DTarget.h191 void setPPC64TargetInfo(Ctx &);
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp1753 void elf::setPPC64TargetInfo(Ctx &ctx) { ctx.target.reset(new PPC64(ctx)); } in setPPC64TargetInfo() function in elf