Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp74 return setPPCTargetInfo(ctx); in setTarget()
H A DTarget.h192 void setPPCTargetInfo(Ctx &);
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp527 void elf::setPPCTargetInfo(Ctx &ctx) { ctx.target.reset(new PPC(ctx)); } in setPPCTargetInfo() function in elf