Home
last modified time | relevance | path

Searched defs:Architecture (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DArchitecture.h27 enum Architecture : uint8_t { enum
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dboot.h39 class Architecture; variable
H A Darch.cpp44 Architecture::Architecture(Console *&cons, MemoryManager *&mem) in Architecture() function in Architecture
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTarget.cpp23 auto Architecture = getArchitectureFromName(ArchitectureStr); in create() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttr.h354 StringRef Architecture; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp111 StringRef Architecture, const LinkOptions &Options) { in copySwiftInterfaces()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3113 enum SecondParam { None, Architecture, Tune }; in checkTargetAttr() enumerator
H A DSemaDecl.cpp10146 enum ErrType { Feature = 0, Architecture = 1 }; in CheckMultiVersionValue() enumerator