Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp64 return setAVRTargetInfo(ctx); in setTarget()
H A DTarget.h186 void setAVRTargetInfo(Ctx &);
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp269 void elf::setAVRTargetInfo(Ctx &ctx) { ctx.target.reset(new AVR(ctx)); } in setAVRTargetInfo() function in elf