Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h27 enum Architecture : uint8_t { enum
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DMachO.h27 using Architecture = llvm::MachO::Architecture; variable
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp20 auto Architecture = getArchitectureFromName(ArchitectureStr); in create() local
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h26 class Architecture; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4253 StringRef Architecture; in emitMultiVersionFunctions() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10968 enum ErrType { Feature = 0, Architecture = 1 }; in CheckMultiVersionValue() enumerator