Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DArchitecture.h27 enum Architecture : uint8_t { enum
/openbsd-src/gnu/usr.bin/perl/Cross/
H A DMakefile23 Architecture = armv4l-strongarm macro
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DTarget.cpp20 auto Architecture = getArchitectureFromName(ArchitectureStr); in create() local
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp110 StringRef Architecture, const LinkOptions &Options) { in copySwiftInterfaces()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h26 class Architecture; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp3757 StringRef Architecture; in emitMultiVersionFunctions() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp10859 enum ErrType { Feature = 0, Architecture = 1 }; in CheckMultiVersionValue() enumerator