Home
last modified time | relevance | path

Searched defs:AVR (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lld/ELF/Arch/
H A DAVR.cpp44 class AVR final : public TargetInfo { class
46 AVR(Ctx &ctx) : TargetInfo(ctx) { needsThunks = true; } in AVR() function in __anona58aaa7a0111::AVR
[all...]
/llvm-project/compiler-rt/cmake/
H A Dbuiltin-config-ix.cmake57 set(AVR avr) global() variable
/llvm-project/clang/include/clang/Sema/
H A DSema.h1148 SemaAVR &AVR() { AVR() function