HomeSort by: relevance | last modified time | path
    Searched defs:AVR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVR.h 1 //===-- AVR.h - Top-level interface for AVR representation ------*- C++ -*-===//
10 // AVR back-end.
36 /// Contains the AVR backend.
37 namespace AVR {
39 /// An integer that identifies all of the supported AVR address spaces.
53 } // end of namespace AVR
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AVR.h 1 //===--- AVR.h - AVR Tool and ToolChain Implementations ---------*- C++ -*-===//
42 namespace AVR {
46 : Tool("AVR::Linker", "avr-ld", TC), Triple(Triple),
60 } // end namespace AVR
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRFixupKinds.h 1 //===-- AVRFixupKinds.h - AVR Specific Fixup Entries ------------*- C++ -*-===//
15 namespace AVR {
24 /// MCFixupKindInfo Infos[AVR::NumTargetFixupKinds]
27 /// A 32-bit AVR fixup.
37 /// The nonmenclature is that AVR branch targets are
136 /// All branch targets in AVR are rightshifted by 1 to take advantage
145 } // end of namespace llvm::AVR

Completed in 16 milliseconds